diff options
author | 2009-06-11 05:45:36 +0000 | |
---|---|---|
committer | 2009-06-11 05:45:36 +0000 | |
commit | ce156bc9a7f17703b909d394fdf27d530da08860 (patch) | |
tree | 531325c22eb8e27fcdf687b202f9865cc08b93c5 /dev-python/ctypesgen | |
parent | amd64 stable, bug #272260 (diff) | |
download | gentoo-2-ce156bc9a7f17703b909d394fdf27d530da08860.tar.gz gentoo-2-ce156bc9a7f17703b909d394fdf27d530da08860.tar.bz2 gentoo-2-ce156bc9a7f17703b909d394fdf27d530da08860.zip |
amd64 stable, bug #273304
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ctypesgen')
-rw-r--r-- | dev-python/ctypesgen/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ctypesgen/ctypesgen-0_p72.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ctypesgen/ChangeLog b/dev-python/ctypesgen/ChangeLog index 5d17af192908..b06488b1426b 100644 --- a/dev-python/ctypesgen/ChangeLog +++ b/dev-python/ctypesgen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ctypesgen # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.13 2009/06/10 18:10:53 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.14 2009/06/11 05:45:36 maekke Exp $ + + 11 Jun 2009; Markus Meier <maekke@gentoo.org> ctypesgen-0_p72.ebuild: + amd64 stable, bug #273304 10 Jun 2009; Christian Faulhammer <fauli@gentoo.org> ctypesgen-0_p72.ebuild: diff --git a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild index e79be0b36e55..e853ca33df12 100644 --- a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild +++ b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.11 2009/06/10 18:10:53 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.12 2009/06/11 05:45:36 maekke Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" DEPEND="" |