diff options
author | Tom Martin <slarti@gentoo.org> | 2004-12-29 15:57:07 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-12-29 15:57:07 +0000 |
commit | 1482b87109d6b91a2e779547cf3cf7e1fb436325 (patch) | |
tree | 0edcf7e3990ef7e6d868293c8c56405e92578211 /app-editors | |
parent | Fixing GCC 3.4 compile issues; bug #75901. (diff) | |
download | gentoo-2-1482b87109d6b91a2e779547cf3cf7e1fb436325.tar.gz gentoo-2-1482b87109d6b91a2e779547cf3cf7e1fb436325.tar.bz2 gentoo-2-1482b87109d6b91a2e779547cf3cf7e1fb436325.zip |
Marked ~amd64, resolves #75831.
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 d893edac6c59..6210806a6950 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.31 2004/12/13 18:31:45 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.32 2004/12/29 15:57:07 slarti Exp $ + + 29 Dec 2004; Tom Martin <slarti@gentoo.org> scite-1.6.2.ebuild: + Marked ~amd64, resolves bug 75831. *scite-1.6.2 (13 Dec 2004) diff --git a/app-editors/scite/scite-1.6.2.ebuild b/app-editors/scite/scite-1.6.2.ebuild index badd3cac2221..b4b6881f20a7 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-2004 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.1 2004/12/13 18:31:45 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.2.ebuild,v 1.2 2004/12/29 15:57:07 slarti 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" +KEYWORDS="~ppc ~sparc ~x86 ~amd64" IUSE="gtk2 lua" RDEPEND="gtk2? ( >=x11-libs/gtk+-2 ) |