diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-09 09:59:06 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-09 09:59:06 +0000 |
commit | 365213fbd8227d72646a12ff0250626163fcccc4 (patch) | |
tree | b0a9bdc266af528e41cfaf492716779ed3889275 /dev-python/ctypes | |
parent | stable on amd64 (diff) | |
download | gentoo-2-365213fbd8227d72646a12ff0250626163fcccc4.tar.gz gentoo-2-365213fbd8227d72646a12ff0250626163fcccc4.tar.bz2 gentoo-2-365213fbd8227d72646a12ff0250626163fcccc4.zip |
Stable on alpha and x86.
(Portage version: 2.1.1_rc1-r3)
Diffstat (limited to 'dev-python/ctypes')
-rw-r--r-- | dev-python/ctypes/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ctypes/ctypes-0.9.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ctypes/ChangeLog b/dev-python/ctypes/ChangeLog index f0286a867df0..ace617d0b55a 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.10 2006/07/16 14:37:12 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ChangeLog,v 1.11 2006/09/09 09:59:06 kloeri Exp $ + + 09 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> ctypes-0.9.9.6.ebuild: + Stable on alpha and x86. 16 Jul 2006; Alastair Tse <liquidx@gentoo.org> -ctypes-0.9.2.ebuild, -ctypes-0.9.6.ebuild: diff --git a/dev-python/ctypes/ctypes-0.9.9.6.ebuild b/dev-python/ctypes/ctypes-0.9.9.6.ebuild index e77e6d256cd7..e20369deac56 100644 --- a/dev-python/ctypes/ctypes-0.9.9.6.ebuild +++ b/dev-python/ctypes/ctypes-0.9.9.6.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.6.ebuild,v 1.1 2006/06/25 13:10:48 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ctypes-0.9.9.6.ebuild,v 1.2 2006/09/09 09:59:06 kloeri Exp $ inherit 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="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/python-2.3.3" |