diff options
author | 2009-04-10 17:28:58 +0000 | |
---|---|---|
committer | 2009-04-10 17:28:58 +0000 | |
commit | 39a32023995514d1f98e27ac2bd4337b472bd2ea (patch) | |
tree | 31da8a695bc959eecc65d11272b79df1d372db4a /dev-python/ctypesgen | |
parent | Bump. A set of fixes to make touchpads work nicely again. Fix to enable key r... (diff) | |
download | gentoo-2-39a32023995514d1f98e27ac2bd4337b472bd2ea.tar.gz gentoo-2-39a32023995514d1f98e27ac2bd4337b472bd2ea.tar.bz2 gentoo-2-39a32023995514d1f98e27ac2bd4337b472bd2ea.zip |
Add ~arm/~s390/~sh wrt #263337
(Portage version: 2.1.6.7/cvs/Linux ia64)
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 60509cd20475..2c24512ea53d 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.10 2009/04/04 13:51:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.11 2009/04/10 17:28:58 armin76 Exp $ + + 10 Apr 2009; Raúl Porcel <armin76@gentoo.org> ctypesgen-0_p72.ebuild: + Add ~arm/~s390/~sh wrt #263337 04 Apr 2009; Brent Baude <ranger@gentoo.org> ctypesgen-0_p72.ebuild: Marking ctypesgen-0_p72 ~ppc64 for bug 263337 diff --git a/dev-python/ctypesgen/ctypesgen-0_p72.ebuild b/dev-python/ctypesgen/ctypesgen-0_p72.ebuild index 56be7f396c61..b1cf222d2cb2 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.8 2009/04/04 13:40:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.9 2009/04/10 17:28:58 armin76 Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="" |