diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-12-27 15:07:36 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2011-12-27 15:07:36 +0000 |
commit | 4e85dc3c3549bb2b973397ccc10fbbd772e86e98 (patch) | |
tree | debdf5c33f041d623e46281630556455586e4999 /dev-python/platinfo | |
parent | Cleanup (diff) | |
download | gentoo-2-4e85dc3c3549bb2b973397ccc10fbbd772e86e98.tar.gz gentoo-2-4e85dc3c3549bb2b973397ccc10fbbd772e86e98.tar.bz2 gentoo-2-4e85dc3c3549bb2b973397ccc10fbbd772e86e98.zip |
dev-python/platinfo-0.15.0: Tested on x86. Added ~x86 keyword.
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/platinfo')
-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="" |