diff options
Diffstat (limited to 'sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r7.ebuild')
-rw-r--r-- | sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r7.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r7.ebuild index 6f10907d97ed..314d447895dd 100644 --- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r7.ebuild +++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r7.ebuild,v 1.5 2002/07/11 06:30:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.31-r7.ebuild,v 1.6 2002/07/14 19:20:19 aliz Exp $ # This ebuild installs ${FILESDIR}/hermes.conf, which you can get from # http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/hermes.conf @@ -9,8 +9,11 @@ S=${WORKDIR}/${P} DESCRIPTION="PCMCIA tools for Linux" SRC_URI="mirror://sourceforge/pcmcia-cs/${P}.tar.gz" HOMEPAGE="http://pcmcia-cs.sourceforge.net" +KEYWORDS="x86" +SLOT="0" DEPEND="sys-kernel/linux-headers" RDEPEND="" +LICENSE="GPL-2" # Note: To use this ebuild, you should have the usr/src/linux symlink to # the kernel directory that pcmcia-cs should use for configuration. |