diff options
author | 2007-04-18 06:39:35 +0000 | |
---|---|---|
committer | 2007-04-18 06:39:35 +0000 | |
commit | d263321dfa7e872e42e8a367c46b54b76aedd105 (patch) | |
tree | 1f70c04420fe4984ae66085b5881d74ebb7f2281 /app-editors | |
parent | stable amd64, bug 173182 (diff) | |
download | gentoo-2-d263321dfa7e872e42e8a367c46b54b76aedd105.tar.gz gentoo-2-d263321dfa7e872e42e8a367c46b54b76aedd105.tar.bz2 gentoo-2-d263321dfa7e872e42e8a367c46b54b76aedd105.zip |
stable x86/amd64, bug 174886
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-1.72.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 16440c7d0e10..9a1fa66adc6f 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.61 2007/04/17 09:13:31 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.62 2007/04/18 06:39:35 opfer Exp $ + + 18 Apr 2007; Christian Faulhammer <opfer@gentoo.org> scite-1.72.ebuild: + stable x86/amd64, bug 174886 *scite-1.73 (17 Apr 2007) diff --git a/app-editors/scite/scite-1.72.ebuild b/app-editors/scite/scite-1.72.ebuild index fd5dc02a16da..1d8df8609a85 100644 --- a/app-editors/scite/scite-1.72.ebuild +++ b/app-editors/scite/scite-1.72.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.72.ebuild,v 1.2 2007/03/13 17:54:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-1.72.ebuild,v 1.3 2007/04/18 06:39:35 opfer 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 |