summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-03-23 05:31:41 +0000
committerJeroen Roovers <jer@gentoo.org>2009-03-23 05:31:41 +0000
commit2f1e4465d4ac9d48f3b57126c2d33a72b1196f2b (patch)
tree1e396c07270dd5408b9a57ef441180a8a6ec2757 /dev-python
parent Fixed bug #221549 and #243510. (diff)
downloadgentoo-2-2f1e4465d4ac9d48f3b57126c2d33a72b1196f2b.tar.gz
gentoo-2-2f1e4465d4ac9d48f3b57126c2d33a72b1196f2b.tar.bz2
gentoo-2-2f1e4465d4ac9d48f3b57126c2d33a72b1196f2b.zip
Marked ~hppa (bug #263337).
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ctypesgen/ChangeLog5
-rw-r--r--dev-python/ctypesgen/ctypesgen-0_p72.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/ctypesgen/ChangeLog b/dev-python/ctypesgen/ChangeLog
index 7eef1363cf29..fc44b4f60dad 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.3 2009/03/22 20:58:41 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ChangeLog,v 1.4 2009/03/23 05:31:41 jer Exp $
+
+ 23 Mar 2009; Jeroen Roovers <jer@gentoo.org> ctypesgen-0_p72.ebuild:
+ Marked ~hppa (bug #263337).
22 Mar 2009; Tobias Klausmann <klausman@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 4e20cf2299be..71e0d9961ef4 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.3 2009/03/22 20:58:41 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypesgen/ctypesgen-0_p72.ebuild,v 1.4 2009/03/23 05:31:41 jer Exp $
inherit distutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64"
+KEYWORDS="~alpha ~amd64 ~hppa"
IUSE=""
DEPEND=""