diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-11 10:22:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-11 10:22:17 +0000 |
commit | ffa00f451540df09b3ac37b47743d83c987aaeea (patch) | |
tree | 227907648def82e8f46fa07036fc33ed490ee43b /app-editors | |
parent | Make bash scripts in htdocs +x (diff) | |
download | gentoo-2-ffa00f451540df09b3ac37b47743d83c987aaeea.tar.gz gentoo-2-ffa00f451540df09b3ac37b47743d83c987aaeea.tar.bz2 gentoo-2-ffa00f451540df09b3ac37b47743d83c987aaeea.zip |
Stable for amd64, wrt bug #420489
(Portage version: 2.1.10.49/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.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 75445596caf4..9e03050ebbef 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.138 2012/05/06 08:53:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.139 2012/06/11 10:22:17 ago Exp $ + + 11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> scite-3.1.0.ebuild: + Stable for amd64, wrt bug #420489 06 May 2012; Agostino Sarubbo <ago@gentoo.org> -scite-3.0.1.ebuild, -scite-3.0.2.ebuild, -scite-3.0.3.ebuild: diff --git a/app-editors/scite/scite-3.1.0.ebuild b/app-editors/scite/scite-3.1.0.ebuild index d34776b1d85b..ace5d61edd3f 100644 --- a/app-editors/scite/scite-3.1.0.ebuild +++ b/app-editors/scite/scite-3.1.0.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.1.0.ebuild,v 1.2 2012/05/03 18:33:01 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.1.0.ebuild,v 1.3 2012/06/11 10:22:17 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 |