diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-11 13:35:09 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-11 13:35:09 +0000 |
commit | 0bbb7ce26179f4cc17131811f68a02bfd4c82731 (patch) | |
tree | 314c658bf5c254c20ce03fe52a4c0b87a202bbe9 /dev-python/polygon | |
parent | Keyword ~ppc for 5.74, remove 5.4, bug #442318 (diff) | |
download | gentoo-2-0bbb7ce26179f4cc17131811f68a02bfd4c82731.tar.gz gentoo-2-0bbb7ce26179f4cc17131811f68a02bfd4c82731.tar.bz2 gentoo-2-0bbb7ce26179f4cc17131811f68a02bfd4c82731.zip |
Rapid stabilization to heal tree, bug #442318
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/polygon')
-rw-r--r-- | dev-python/polygon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/polygon/polygon-2.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/polygon/ChangeLog b/dev-python/polygon/ChangeLog index 58496d5915dd..fa5c48e55527 100644 --- a/dev-python/polygon/ChangeLog +++ b/dev-python/polygon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/polygon # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/ChangeLog,v 1.9 2012/11/11 13:23:09 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/ChangeLog,v 1.10 2012/11/11 13:35:09 blueness Exp $ + + 11 Nov 2012; Anthony G. Basile <blueness@gentoo.org> polygon-2.0.4.ebuild: + Rapid stabilization to heal tree, bug #442318 11 Nov 2012; Anthony G. Basile <blueness@gentoo.org> polygon-2.0.4.ebuild: keyword ~ppc, bug #442318 diff --git a/dev-python/polygon/polygon-2.0.4.ebuild b/dev-python/polygon/polygon-2.0.4.ebuild index bb9a61b5be47..e7d9d94eb1fb 100644 --- a/dev-python/polygon/polygon-2.0.4.ebuild +++ b/dev-python/polygon/polygon-2.0.4.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/dev-python/polygon/polygon-2.0.4.ebuild,v 1.6 2012/11/11 13:23:09 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/polygon-2.0.4.ebuild,v 1.7 2012/11/11 13:35:09 blueness Exp $ EAPI=3 PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://github/jraedler/Polygon2/Polygon-${PV}.zip" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="" |