diff options
author | 2009-02-15 22:10:38 +0000 | |
---|---|---|
committer | 2009-02-15 22:10:38 +0000 | |
commit | c24bbd307ee18d21c61ababb7e19acb912580a89 (patch) | |
tree | fd527f0deadae2910a80f895465df988d52d613f /dev-python/cfgparse/cfgparse-1.2-r1.ebuild | |
parent | Fix building with gcc-4.3. Patch by Arttu Valo in bug #251625. (diff) | |
download | historical-c24bbd307ee18d21c61ababb7e19acb912580a89.tar.gz historical-c24bbd307ee18d21c61ababb7e19acb912580a89.tar.bz2 historical-c24bbd307ee18d21c61ababb7e19acb912580a89.zip |
Adding ~amd64 keyword
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-python/cfgparse/cfgparse-1.2-r1.ebuild')
-rw-r--r-- | dev-python/cfgparse/cfgparse-1.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cfgparse/cfgparse-1.2-r1.ebuild b/dev-python/cfgparse/cfgparse-1.2-r1.ebuild index 712eba225bca..414c836136ea 100644 --- a/dev-python/cfgparse/cfgparse-1.2-r1.ebuild +++ b/dev-python/cfgparse/cfgparse-1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cfgparse/cfgparse-1.2-r1.ebuild,v 1.2 2006/04/01 14:46:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cfgparse/cfgparse-1.2-r1.ebuild,v 1.3 2009/02/15 22:02:28 patrick Exp $ inherit distutils versionator @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cfgparse/${PN}-${MY_PN}.tar.gz" LICENSE="PSF-2.3" SLOT="0" -KEYWORDS="~ia64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" DEPEND="" |