diff options
-rw-r--r-- | dev-python/platinfo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/platinfo/platinfo-0.15.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/platinfo/ChangeLog b/dev-python/platinfo/ChangeLog index 9365328301ad..f4e20a12c3de 100644 --- a/dev-python/platinfo/ChangeLog +++ b/dev-python/platinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/platinfo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.2 2011/12/20 15:50:26 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/ChangeLog,v 1.3 2011/12/27 15:07:36 aidecoe Exp $ + + 27 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> + platinfo-0.15.0.ebuild: + Tested on x86. Added ~x86 keyword. 20 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> platinfo-0.15.0.ebuild: diff --git a/dev-python/platinfo/platinfo-0.15.0.ebuild b/dev-python/platinfo/platinfo-0.15.0.ebuild index 2ddc1034a5c5..458b64cdcd7d 100644 --- a/dev-python/platinfo/platinfo-0.15.0.ebuild +++ b/dev-python/platinfo/platinfo-0.15.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/platinfo-0.15.0.ebuild,v 1.2 2011/12/20 15:50:26 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/platinfo/platinfo-0.15.0.ebuild,v 1.3 2011/12/27 15:07:36 aidecoe Exp $ EAPI=4 @@ -16,7 +16,7 @@ SRC_URI="http://platinfo.googlecode.com/files/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" |