diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-10 12:41:55 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2013-07-10 12:41:55 +0000 |
commit | a9bf92c46d0758a97edfe936ed9f1ca19a9087eb (patch) | |
tree | 7b4a8165a7fb8de4fb78a97531814f62f0cf3c18 /dev-python/serpent | |
parent | Version bump (diff) | |
download | gentoo-2-a9bf92c46d0758a97edfe936ed9f1ca19a9087eb.tar.gz gentoo-2-a9bf92c46d0758a97edfe936ed9f1ca19a9087eb.tar.bz2 gentoo-2-a9bf92c46d0758a97edfe936ed9f1ca19a9087eb.zip |
ppc keyword, bug 476346
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'dev-python/serpent')
-rw-r--r-- | dev-python/serpent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/serpent/serpent-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/serpent/ChangeLog b/dev-python/serpent/ChangeLog index 4b5d877e472d..c1fddf68302d 100644 --- a/dev-python/serpent/ChangeLog +++ b/dev-python/serpent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/serpent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.1 2013/07/09 05:48:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/ChangeLog,v 1.2 2013/07/10 12:41:55 vincent Exp $ + + 10 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> serpent-1.2.ebuild: + ppc keyword, bug 476346 *serpent-1.2 (09 Jul 2013) diff --git a/dev-python/serpent/serpent-1.2.ebuild b/dev-python/serpent/serpent-1.2.ebuild index 205fbda13514..07b7c0ef0bc6 100644 --- a/dev-python/serpent/serpent-1.2.ebuild +++ b/dev-python/serpent/serpent-1.2.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/serpent/serpent-1.2.ebuild,v 1.1 2013/07/09 05:48:45 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/serpent/serpent-1.2.ebuild,v 1.2 2013/07/10 12:41:55 vincent Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy2_0 ) @@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" |