diff options
Diffstat (limited to 'dev-python')
-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 fc44b4f60dad..cabb088a9590 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.4 2009/03/23 05:31:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.5 2009/03/25 03:31:38 josejx Exp $ + + 25 Mar 2009; Joseph Jezak <josejx@gentoo.org> ctypesgen-0_p72.ebuild: + Marked ~ppc for bug #263337. 23 Mar 2009; Jeroen Roovers <jer@gentoo.org> ctypesgen-0_p72.ebuild: Marked ~hppa (bug #263337). diff --git a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild index 71e0d9961ef4..d1f211ccc560 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.4 2009/03/23 05:31:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.5 2009/03/25 03:31:38 josejx Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc" IUSE="" DEPEND="" |