diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 19:59:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-17 19:59:27 +0000 |
commit | 75c11913edf2e1639e4097c544f8135482dfd55f (patch) | |
tree | e941aed19347c16b6be089c0ec1f658b129896bc /dev-python/qscintilla | |
parent | Version bumped. Adopted ruby.eclass. (diff) | |
download | gentoo-2-75c11913edf2e1639e4097c544f8135482dfd55f.tar.gz gentoo-2-75c11913edf2e1639e4097c544f8135482dfd55f.tar.bz2 gentoo-2-75c11913edf2e1639e4097c544f8135482dfd55f.zip |
stable on alpha and ia64
Diffstat (limited to 'dev-python/qscintilla')
-rw-r--r-- | dev-python/qscintilla/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/qscintilla/qscintilla-1.54.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/qscintilla/ChangeLog b/dev-python/qscintilla/ChangeLog index a93d94f0de94..0db802925f89 100644 --- a/dev-python/qscintilla/ChangeLog +++ b/dev-python/qscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/qscintilla -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.14 2003/12/16 23:45:25 weeve Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.15 2004/02/17 19:56:24 agriffis Exp $ + + 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> qscintilla-1.54.ebuild: + stable on alpha and ia64 16 Dec 2003; Jason Wever <weeve@gentoo.org> qscintilla-1.54.ebuild: Added ~sparc keyword to keywords to fix broken dependencies of dev-python/PyQt. diff --git a/dev-python/qscintilla/qscintilla-1.54.ebuild b/dev-python/qscintilla/qscintilla-1.54.ebuild index 22187c1400c1..8fdcae037061 100644 --- a/dev-python/qscintilla/qscintilla-1.54.ebuild +++ b/dev-python/qscintilla/qscintilla-1.54.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.54.ebuild,v 1.2 2003/12/16 23:45:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.54.ebuild,v 1.3 2004/02/17 19:56:24 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.riverbankcomputing.co.uk/qscintilla/" SRC_URI="http://www.river-bank.demon.co.uk/download/QScintilla/${P}-x11-gpl-1.2.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc alpha ia64" IUSE="" DEPEND="virtual/glibc x11-libs/qt" |