diff options
author | 2006-03-27 10:34:56 +0000 | |
---|---|---|
committer | 2006-03-27 10:34:56 +0000 | |
commit | d4db8527465aad0e283c6d0e63a6d83f6629af45 (patch) | |
tree | c4720cd28a52b1de117950178e713c6f52899668 /net-misc/xsupplicant | |
parent | new revision to match updated eclass. Fixes to build issues, better multilib,... (diff) | |
download | gentoo-2-d4db8527465aad0e283c6d0e63a6d83f6629af45.tar.gz gentoo-2-d4db8527465aad0e283c6d0e63a6d83f6629af45.tar.bz2 gentoo-2-d4db8527465aad0e283c6d0e63a6d83f6629af45.zip |
Added ~amd64 keyword. Closes bug #122294.
(Portage version: 2.1_pre7-r1)
Diffstat (limited to 'net-misc/xsupplicant')
-rw-r--r-- | net-misc/xsupplicant/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/xsupplicant/xsupplicant-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/xsupplicant/ChangeLog b/net-misc/xsupplicant/ChangeLog index 90f12b2efc12..6ffa84c924c4 100644 --- a/net-misc/xsupplicant/ChangeLog +++ b/net-misc/xsupplicant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/xsupplicant # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.9 2006/01/14 13:10:28 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.10 2006/03/27 10:34:56 metalgod Exp $ + + 27 Mar 2006; Luis Medinas <metalgod@gentoo.org> xsupplicant-1.2.2.ebuild: + Added ~amd64 keyword. Closes bug #122294. 14 Jan 2006; Henrik Brix Andersen <brix@gentoo.org> xsupplicant-1.2.2.ebuild: 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" |