diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-03-25 03:31:38 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-03-25 03:31:38 +0000 |
commit | c672251e6beee3c5eab32984c90182ec82d2853c (patch) | |
tree | ba7722b16210b58058f2fc3ed0163f2455a005b0 /dev-python | |
parent | Marked ppc stable for bug #263316. (diff) | |
download | gentoo-2-c672251e6beee3c5eab32984c90182ec82d2853c.tar.gz gentoo-2-c672251e6beee3c5eab32984c90182ec82d2853c.tar.bz2 gentoo-2-c672251e6beee3c5eab32984c90182ec82d2853c.zip |
Marked ~ppc for bug #263337.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
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="" |