diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-09-05 00:10:09 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-09-05 00:10:09 +0000 |
commit | bc9e05abe2c7ac32f013d054bc710bc18bded9bf (patch) | |
tree | 9fba34cec3008039b9a83ef2523b3f5014c9a6da /app-editors | |
parent | fix gcc4 build issue. (diff) | |
download | gentoo-2-bc9e05abe2c7ac32f013d054bc710bc18bded9bf.tar.gz gentoo-2-bc9e05abe2c7ac32f013d054bc710bc18bded9bf.tar.bz2 gentoo-2-bc9e05abe2c7ac32f013d054bc710bc18bded9bf.zip |
stable on ppc (Bug #146155)
(Portage version: 2.1-r2)
Diffstat (limited to 'app-editors')
-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 |