diff options
Diffstat (limited to 'sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild')
-rw-r--r-- | sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild index 34ad00f585ea..ea9d8e4be016 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.1.34-r8.ebuild,v 1.6 2002/10/19 02:52:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild,v 1.7 2002/12/09 04:37:26 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" @@ -11,7 +11,7 @@ DEPEND="sys-kernel/linux-headers" RDEPEND="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc " # check arch for configure if [ ${ARCH} = "x86" ] ; then |