diff options
author | 2005-03-11 18:58:18 +0000 | |
---|---|---|
committer | 2005-03-11 18:58:18 +0000 | |
commit | b849638cfe872e08af215b7a1f0ac5cebc9e11ae (patch) | |
tree | b3c1c35330ec2633950a70653c4cedb0c017dac0 /app-editors | |
parent | removed old versions, marked 1.0.1 stable on x86 and added 1.4.0 with ~amd64 ... (diff) | |
download | gentoo-2-b849638cfe872e08af215b7a1f0ac5cebc9e11ae.tar.gz gentoo-2-b849638cfe872e08af215b7a1f0ac5cebc9e11ae.tar.bz2 gentoo-2-b849638cfe872e08af215b7a1f0ac5cebc9e11ae.zip |
Marked x86
(Portage version: 2.0.51.18)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 47f226d0a214..3d1d5a2a2a09 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.33 2005/01/01 13:34:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.34 2005/03/11 18:58:18 pythonhead Exp $ + + 11 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> scite-1.6.2.ebuild: + Marked x86 29 Dec 2004; Tom Martin <slarti@gentoo.org> scite-1.6.2.ebuild: Marked ~amd64, resolves bug 75831. diff --git a/app-editors/scite/scite-1.6.2.ebuild b/app-editors/scite/scite-1.6.2.ebuild index ed6b370d62d4..8dd619d672da 100644 --- a/app-editors/scite/scite-1.6.2.ebuild +++ b/app-editors/scite/scite-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.2.ebuild,v 1.3 2005/01/01 13:34:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.2.ebuild,v 1.4 2005/03/11 18:58:18 pythonhead Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" LICENSE="PYTHON" SLOT="0" -KEYWORDS="~ppc ~sparc ~x86 ~amd64" +KEYWORDS="~ppc ~sparc x86 ~amd64" IUSE="gtk2 lua" RDEPEND="gtk2? ( >=x11-libs/gtk+-2 ) |