diff options
author | Peter Weller <welp@gentoo.org> | 2007-05-26 11:57:49 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-05-26 11:57:49 +0000 |
commit | 7ceefe9325b03c241e622496a386c527857f2988 (patch) | |
tree | 2c3a1ceebb27d191742981fede3f726b0dcf86e2 /dev-python/apse/apse-0.2.ebuild | |
parent | Fixed examples compilation bug (diff) | |
download | gentoo-2-7ceefe9325b03c241e622496a386c527857f2988.tar.gz gentoo-2-7ceefe9325b03c241e622496a386c527857f2988.tar.bz2 gentoo-2-7ceefe9325b03c241e622496a386c527857f2988.zip |
Keyworded ~amd64 wrt bug 179661
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-python/apse/apse-0.2.ebuild')
-rw-r--r-- | dev-python/apse/apse-0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/apse/apse-0.2.ebuild b/dev-python/apse/apse-0.2.ebuild index 6883f5d04099..e28cf3632544 100644 --- a/dev-python/apse/apse-0.2.ebuild +++ b/dev-python/apse/apse-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apse/apse-0.2.ebuild,v 1.6 2006/07/31 20:00:54 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apse/apse-0.2.ebuild,v 1.7 2007/05/26 11:57:49 welp Exp $ inherit distutils MY_PN="${PN/apse/Apse}" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.personal.psu.edu/staff/i/u/iua1/python/apse/" SRC_URI="http://www.personal.psu.edu/staff/i/u/iua1/python/apse/dist/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" SLOT="0" IUSE="" |