diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-05 21:58:58 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-05 21:58:58 +0000 |
commit | dca65242aa817373b6275272faeede4787e9a089 (patch) | |
tree | 21626e9aaf827faee1f3086a0c8c2584dbb5a902 /app-editors | |
parent | Version bump, bug 429394. (diff) | |
download | gentoo-2-dca65242aa817373b6275272faeede4787e9a089.tar.gz gentoo-2-dca65242aa817373b6275272faeede4787e9a089.tar.bz2 gentoo-2-dca65242aa817373b6275272faeede4787e9a089.zip |
add prefix keywords
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
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 0a15c1ea1086..40d422500238 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.141 2012/07/03 16:15:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.142 2012/08/05 21:58:58 ottxor Exp $ + + 05 Aug 2012; Christoph Junghans <ottxor@gentoo.org> scite-3.1.0.ebuild: + add prefix keywords 03 Jul 2012; Brent Baude <ranger@gentoo.org> scite-3.1.0.ebuild: Marking scite-3.1.0 ppc for bug 420489 diff --git a/app-editors/scite/scite-3.1.0.ebuild b/app-editors/scite/scite-3.1.0.ebuild index 61f7a5bd9a25..eb5fa6446dd0 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.5 2012/07/03 16:15:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.1.0.ebuild,v 1.6 2012/08/05 21:58:58 ottxor 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 ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="lua" RDEPEND="dev-libs/glib |