summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Cort <tcort@gentoo.org>2006-04-13 13:41:45 +0000
committerThomas Cort <tcort@gentoo.org>2006-04-13 13:41:45 +0000
commitb8e9963b87e8a9b0d901541c211b54716300cdd8 (patch)
tree022de5ab4af1a027ae2de3e43b9c538da56bbf8f /dev-python
parentAdded ~alpha keyword. (diff)
downloadgentoo-2-b8e9963b87e8a9b0d901541c211b54716300cdd8.tar.gz
gentoo-2-b8e9963b87e8a9b0d901541c211b54716300cdd8.tar.bz2
gentoo-2-b8e9963b87e8a9b0d901541c211b54716300cdd8.zip
Added ~alpha keyword.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-python')
-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 f5f7a2728627..a2adaf8ba5ac 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.6 2006/03/02 17:01:48 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ChangeLog,v 1.7 2006/04/13 13:41:45 tcort Exp $
+
+ 13 Apr 2006; Thomas Cort <tcort@gentoo.org> ctypes-0.9.9.3.ebuild:
+ Added ~alpha keyword.
02 Mar 2006; Luis Medinas <metalgod@gentoo.org> ctypes-0.9.9.3.ebuild:
Added ~amd64 keyword.
diff --git a/dev-python/ctypes/ctypes-0.9.9.3.ebuild b/dev-python/ctypes/ctypes-0.9.9.3.ebuild
index a0a42fc68aa3..42c1a763b985 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.2 2006/03/02 17:01:48 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ctypes-0.9.9.3.ebuild,v 1.3 2006/04/13 13:41:45 tcort 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="~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.3.3"