diff options
author | Jason Wever <weeve@gentoo.org> | 2004-09-25 14:09:53 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-09-25 14:09:53 +0000 |
commit | 0b8d4aacae3f08af8d508447748e8c24e13cf521 (patch) | |
tree | 8963ac4ebe614e8369bb334c49374ac1876a0a67 /app-editors/scite | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-0b8d4aacae3f08af8d508447748e8c24e13cf521.tar.gz gentoo-2-0b8d4aacae3f08af8d508447748e8c24e13cf521.tar.bz2 gentoo-2-0b8d4aacae3f08af8d508447748e8c24e13cf521.zip |
Stable on sparc.
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 34057f5e9408..95d46ae73532 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.27 2004/09/21 23:40:56 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.28 2004/09/25 14:09:53 weeve Exp $ + + 25 Sep 2004; Jason Wever <weeve@gentoo.org> scite-1.6.1.ebuild: + Stable on sparc. 21 Sep 2004; Rob Cakebread <pythonhead@gentoo.org> scite-1.4.9.ebuild, scite-1.5.6.ebuild, scite-1.5.7.ebuild, scite-1.5.8.ebuild, diff --git a/app-editors/scite/scite-1.6.1.ebuild b/app-editors/scite/scite-1.6.1.ebuild index 5c61739945c2..b38f8cf6841f 100644 --- a/app-editors/scite/scite-1.6.1.ebuild +++ b/app-editors/scite/scite-1.6.1.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.1.ebuild,v 1.5 2004/09/21 23:40:56 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.6.1.ebuild,v 1.6 2004/09/25 14:09:53 weeve Exp $ MY_PV=${PV//./} DESCRIPTION="A very powerful editor for programmers" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.scintilla.org" SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" LICENSE="PYTHON" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc sparc" IUSE="gtk2 lua" DEPEND="gtk2? ( >=x11-libs/gtk+-2 ) !gtk2? ( =x11-libs/gtk+-1.2* ) |