diff options
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.70.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index a302ab78c489..184aa7417a83 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.49 2006/09/04 03:05:17 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.50 2006/09/05 00:10:09 wormo Exp $ + + 04 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> scite-1.70.ebuild: + stable on ppc (Bug #146155) 04 Sep 2006; Jason Wever <weeve@gentoo.org> scite-1.70.ebuild: Stable on SPARC wrt bug #146155. diff --git a/app-editors/scite/scite-1.70.ebuild b/app-editors/scite/scite-1.70.ebuild index cf8f12fdf795..f80cc57b222a 100644 --- a/app-editors/scite/scite-1.70.ebuild +++ b/app-editors/scite/scite-1.70.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.70.ebuild,v 1.4 2006/09/04 03:05:18 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.70.ebuild,v 1.5 2006/09/05 00:10:09 wormo Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" LICENSE="Scintilla" SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="lua" RDEPEND=">=x11-libs/gtk+-2 |