diff options
author | 2008-06-14 08:36:52 +0000 | |
---|---|---|
committer | 2008-06-14 08:36:52 +0000 | |
commit | 958f8902eafa1fe948f24c84b4315b2991372b2d (patch) | |
tree | 06d94d36aa0a33105b140f0ed9cfaa7a3ebd8059 | |
parent | Stable on ppc wrt bug 225875 (diff) | |
download | gentoo-2-958f8902eafa1fe948f24c84b4315b2991372b2d.tar.gz gentoo-2-958f8902eafa1fe948f24c84b4315b2991372b2d.tar.bz2 gentoo-2-958f8902eafa1fe948f24c84b4315b2991372b2d.zip |
Stable on ppc wrt bug 225663
(Portage version: 2.1.4.4)
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.76.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 7f4d08effe7d..711883a46401 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.71 2008/06/11 16:43:51 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.72 2008/06/14 08:36:52 nixnut Exp $ + + 14 Jun 2008; nixnut <nixnut@gentoo.org> scite-1.76.ebuild: + Stable on ppc wrt bug 225663 11 Jun 2008; Friedrich Oslage <bluebird@gentoo.org> scite-1.76.ebuild: stable on sparc, bug #225663 diff --git a/app-editors/scite/scite-1.76.ebuild b/app-editors/scite/scite-1.76.ebuild index faf7a83f3d8c..48eb11f067c6 100644 --- a/app-editors/scite/scite-1.76.ebuild +++ b/app-editors/scite/scite-1.76.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.76.ebuild,v 1.3 2008/06/11 16:43:51 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.76.ebuild,v 1.4 2008/06/14 08:36:52 nixnut Exp $ inherit toolchain-funcs eutils @@ -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 |