diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-28 11:07:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-28 11:07:24 +0000 |
commit | d76faca80f5b75dc5cdc95686bf5304d3ee13016 (patch) | |
tree | 1516ef3d7d6a39396f3288501fa97191790472d2 /app-editors | |
parent | Fix jython dep. #401137. (diff) | |
download | gentoo-2-d76faca80f5b75dc5cdc95686bf5304d3ee13016.tar.gz gentoo-2-d76faca80f5b75dc5cdc95686bf5304d3ee13016.tar.bz2 gentoo-2-d76faca80f5b75dc5cdc95686bf5304d3ee13016.zip |
Stable for amd64, wrt bug #401097
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-3.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 081b14a7bf5e..d4ab7b89519a 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.127 2012/01/27 23:21:34 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.128 2012/01/28 11:07:24 ago Exp $ + + 28 Jan 2012; Agostino Sarubbo <ago@gentoo.org> scite-3.0.1.ebuild: + Stable for amd64, wrt bug #401097 27 Jan 2012; Krzysztof Pawlik <nelchael@gentoo.org> scite-3.0.1.ebuild, scite-3.0.2.ebuild: diff --git a/app-editors/scite/scite-3.0.1.ebuild b/app-editors/scite/scite-3.0.1.ebuild index 6492474ce8e6..76f30bae8718 100644 --- a/app-editors/scite/scite-3.0.1.ebuild +++ b/app-editors/scite/scite-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v 1.3 2012/01/27 23:21:34 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v 1.4 2012/01/28 11:07:24 ago Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz" LICENSE="Scintilla" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" IUSE="lua" RDEPEND="dev-libs/glib |