diff options
Diffstat (limited to 'sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild')
-rw-r--r-- | sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild index 792590b38fcc..74e3228b4288 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild,v 1.4 2003/03/05 17:53:34 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3-r2.ebuild,v 1.5 2003/06/21 21:19:40 drobbins Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND="sys-kernel/linux-headers" RDEPEND="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86 amd64" # check arch for configure if [ ${ARCH} = "x86" ] ; then |