diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-04-02 12:00:10 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-04-02 12:00:10 +0000 |
commit | ce27add383c6908c241d9315334999090969eafa (patch) | |
tree | 7c350a4ad22a83637f558be2b0928446676c0ba5 /dev-python/ctypesgen | |
parent | Sparc stable --- works fine for me. (diff) | |
download | gentoo-2-ce27add383c6908c241d9315334999090969eafa.tar.gz gentoo-2-ce27add383c6908c241d9315334999090969eafa.tar.bz2 gentoo-2-ce27add383c6908c241d9315334999090969eafa.zip |
Keyword ~sparc, bug #263337.
(Portage version: 2.2_rc28/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 6b43f934725e..24abef24a2f1 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.6 2009/03/26 19:39:01 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.7 2009/04/02 12:00:10 fmccor Exp $ + + 02 Apr 2009; Ferris McCormick <fmccor@gentoo.org> ctypesgen-0_p72.ebuild: + Keyword ~sparc, bug #263337. 26 Mar 2009; Stefan Briesenick <sbriesen@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 3f6f020dfabf..bfaa90bfa468 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.6 2009/03/26 19:39:01 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.7 2009/04/02 12:00:10 fmccor Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" DEPEND="" |