diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-08-20 22:12:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-08-20 22:12:15 +0000 |
commit | 05d10acea133f77ae79f747795d74e123e08c8f3 (patch) | |
tree | 9170e164e4e031da2d83640629215daf1cfb1135 /app-portage | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-05d10acea133f77ae79f747795d74e123e08c8f3.tar.gz gentoo-2-05d10acea133f77ae79f747795d74e123e08c8f3.tar.bz2 gentoo-2-05d10acea133f77ae79f747795d74e123e08c8f3.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.22288-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/flaggie/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/flaggie/flaggie-0.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/flaggie/ChangeLog b/app-portage/flaggie/ChangeLog index 21ccf192c25d..abbf0ecc31a5 100644 --- a/app-portage/flaggie/ChangeLog +++ b/app-portage/flaggie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/flaggie # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.51 2013/08/18 13:29:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.52 2013/08/20 22:12:15 bicatali Exp $ + + 20 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> flaggie-0.2.1.ebuild: + Keyword amd64-linux and x86-linux 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> flaggie-0.2.1.ebuild: Stable for x86, wrt bug #479480 diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild b/app-portage/flaggie/flaggie-0.2.1.ebuild index feecbc346f6b..93175d917f80 100644 --- a/app-portage/flaggie/flaggie-0.2.1.ebuild +++ b/app-portage/flaggie/flaggie-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.2.1.ebuild,v 1.5 2013/08/18 13:29:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.2.1.ebuild,v 1.6 2013/08/20 22:12:15 bicatali Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux" IUSE="" RDEPEND=">=sys-apps/portage-2.1.8.3" |