summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2008-10-25 20:58:04 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2008-10-25 20:58:04 +0000
commite18f9145c61b44b4577541fe5a62a34d207eb19c (patch)
tree0631a870202ba8046cb5d73ffd732233cf541510 /dev-python/shm/shm-1.2.2.ebuild
parentRedo building so we respect user settings #243530. (diff)
downloadhistorical-e18f9145c61b44b4577541fe5a62a34d207eb19c.tar.gz
historical-e18f9145c61b44b4577541fe5a62a34d207eb19c.tar.bz2
historical-e18f9145c61b44b4577541fe5a62a34d207eb19c.zip
Keyworded ~ppc64. Closes bug #238010
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 i686
Diffstat (limited to 'dev-python/shm/shm-1.2.2.ebuild')
-rw-r--r--dev-python/shm/shm-1.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/shm/shm-1.2.2.ebuild b/dev-python/shm/shm-1.2.2.ebuild
index 23dcb4f06375..dd95e99c9c03 100644
--- a/dev-python/shm/shm-1.2.2.ebuild
+++ b/dev-python/shm/shm-1.2.2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild,v 1.2 2008/10/25 20:50:15 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild,v 1.3 2008/10/25 20:58:04 pvdabeel Exp $
NEED_PYTHON=2.3
inherit distutils
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
DESCRIPTION="Python modules to access System V shared memory and semaphores."
HOMEPAGE="http://nikitathespider.com/python/${PN}/"