diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-12 13:10:03 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-12 13:10:03 +0000 |
commit | 500d9bddbbd498a38e058da493e5415eb0f55c42 (patch) | |
tree | 2ed79abe23ac7b82f4b42e73192726c503b482a6 | |
parent | remove old (diff) | |
download | gentoo-2-500d9bddbbd498a38e058da493e5415eb0f55c42.tar.gz gentoo-2-500d9bddbbd498a38e058da493e5415eb0f55c42.tar.bz2 gentoo-2-500d9bddbbd498a38e058da493e5415eb0f55c42.zip |
ppc, ppc64 keywords added, bug #468426
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
-rw-r--r-- | dev-python/bottle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bottle/bottle-0.11.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bottle/ChangeLog b/dev-python/bottle/ChangeLog index 088ddf6559d8..c1a96c65dd9e 100644 --- a/dev-python/bottle/ChangeLog +++ b/dev-python/bottle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bottle # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.6 2013/05/03 20:34:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.7 2013/07/12 13:10:03 vincent Exp $ + + 12 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> bottle-0.11.6.ebuild: + ppc, ppc64 keywords added, bug #468426 03 May 2013; Sergey Popov <pinkbyte@gentoo.org> bottle-0.11.6.ebuild: Add ~arm keyword, wrt bug #468426 diff --git a/dev-python/bottle/bottle-0.11.6.ebuild b/dev-python/bottle/bottle-0.11.6.ebuild index 74d8658c6c35..f4699fc0792d 100644 --- a/dev-python/bottle/bottle-0.11.6.ebuild +++ b/dev-python/bottle/bottle-0.11.6.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/dev-python/bottle/bottle-0.11.6.ebuild,v 1.2 2013/05/03 20:34:08 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v 1.3 2013/07/12 13:10:03 vincent Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" DEPEND="" |