diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-04-04 20:41:56 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-04-04 20:41:56 +0000 |
commit | 10b1de06f77da8318478b4594f3a545be67d7c8b (patch) | |
tree | a0aa0b5d54af08088086ff5860f20e83e7aa2f46 | |
parent | Version bump (diff) | |
download | gentoo-2-10b1de06f77da8318478b4594f3a545be67d7c8b.tar.gz gentoo-2-10b1de06f77da8318478b4594f3a545be67d7c8b.tar.bz2 gentoo-2-10b1de06f77da8318478b4594f3a545be67d7c8b.zip |
Add ~ppc keyword for bug #216165
(Portage version: 2.1.4.4)
-rw-r--r-- | dev-python/hachoir-core/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/hachoir-core/hachoir-core-1.0.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/hachoir-core/hachoir-core-1.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/hachoir-core/ChangeLog b/dev-python/hachoir-core/ChangeLog index 0294f4559a70..64fd4abf7fab 100644 --- a/dev-python/hachoir-core/ChangeLog +++ b/dev-python/hachoir-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/hachoir-core # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.3 2008/04/03 16:03:53 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.4 2008/04/04 20:41:56 cedk Exp $ + + 04 Apr 2008; Cédric Krier <cedk@gentoo.org> hachoir-core-1.0.1.ebuild, + hachoir-core-1.1.ebuild: + Add ~ppc keyword for bug #216165 *hachoir-core-1.1 (03 Apr 2008) diff --git a/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild b/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild index 0cbdadacf2b3..1c41034bc1bb 100644 --- a/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild +++ b/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild,v 1.1 2007/07/14 13:17:47 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild,v 1.2 2008/04/04 20:41:56 cedk Exp $ NEED_PYTHON=2.4 @@ -12,7 +12,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="" DEPEND="" diff --git a/dev-python/hachoir-core/hachoir-core-1.1.ebuild b/dev-python/hachoir-core/hachoir-core-1.1.ebuild index 2069ae95f12b..ddc5478b84bc 100644 --- a/dev-python/hachoir-core/hachoir-core-1.1.ebuild +++ b/dev-python/hachoir-core/hachoir-core-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.1.ebuild,v 1.1 2008/04/03 16:03:53 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.1.ebuild,v 1.2 2008/04/04 20:41:56 cedk Exp $ NEED_PYTHON=2.4 @@ -12,7 +12,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="" DEPEND="" |