diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-03-27 10:34:56 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-03-27 10:34:56 +0000 |
commit | e53feaf2595373f7f15b2d5047ba4019803f74e9 (patch) | |
tree | a05571b91352dde2d6632049ea4c26517ee8d49e /net-misc/xsupplicant/xsupplicant-1.2.2.ebuild | |
parent | new revision to match updated eclass. Fixes to build issues, better multilib,... (diff) | |
download | historical-e53feaf2595373f7f15b2d5047ba4019803f74e9.tar.gz historical-e53feaf2595373f7f15b2d5047ba4019803f74e9.tar.bz2 historical-e53feaf2595373f7f15b2d5047ba4019803f74e9.zip |
Added ~amd64 keyword. Closes bug #122294.
Package-Manager: portage-2.1_pre7-r1
Diffstat (limited to 'net-misc/xsupplicant/xsupplicant-1.2.2.ebuild')
-rw-r--r-- | net-misc/xsupplicant/xsupplicant-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild b/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild index 373763dc5d79..f6ad150b31fd 100644 --- a/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild +++ b/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild,v 1.2 2006/01/14 13:10:28 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-1.2.2.ebuild,v 1.3 2006/03/27 10:34:56 metalgod Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/open1x/${P}.tar.gz" LICENSE="|| ( GPL-2 BSD )" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="gsm" |