summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-03-02 17:01:48 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-03-02 17:01:48 +0000
commit31ae9ff7fed23d9254e5fd2485b48862bed76664 (patch)
tree427cdc3ac02fb06295e99f5ed3415b7287394856 /dev-python/ctypes
parentadded libpcre as a dep, bug 123900, thanks to Marco Iseli ismaATsfsservices.biz (diff)
downloadgentoo-2-31ae9ff7fed23d9254e5fd2485b48862bed76664.tar.gz
gentoo-2-31ae9ff7fed23d9254e5fd2485b48862bed76664.tar.bz2
gentoo-2-31ae9ff7fed23d9254e5fd2485b48862bed76664.zip
Added ~amd64 keyword.
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'dev-python/ctypes')
-rw-r--r--dev-python/ctypes/ChangeLog5
-rw-r--r--dev-python/ctypes/ctypes-0.9.9.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ctypes/ChangeLog b/dev-python/ctypes/ChangeLog
index d27fdbfb21cc..f5f7a2728627 100644
--- a/dev-python/ctypes/ChangeLog
+++ b/dev-python/ctypes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/ctypes
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ChangeLog,v 1.5 2006/02/20 14:17:35 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ChangeLog,v 1.6 2006/03/02 17:01:48 metalgod Exp $
+
+ 02 Mar 2006; Luis Medinas <metalgod@gentoo.org> ctypes-0.9.9.3.ebuild:
+ Added ~amd64 keyword.
*ctypes-0.9.9.3 (20 Feb 2006)
diff --git a/dev-python/ctypes/ctypes-0.9.9.3.ebuild b/dev-python/ctypes/ctypes-0.9.9.3.ebuild
index 35f40a9fa7f0..a0a42fc68aa3 100644
--- a/dev-python/ctypes/ctypes-0.9.9.3.ebuild
+++ b/dev-python/ctypes/ctypes-0.9.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ctypes-0.9.9.3.ebuild,v 1.1 2006/02/20 14:17:35 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ctypes-0.9.9.3.ebuild,v 1.2 2006/03/02 17:01:48 metalgod Exp $
inherit eutils distutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://starship.python.net/crew/theller/ctypes/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.3.3"