blob: 00ac8a1ef972190395627e1357c9224d7ae1fad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/pcmcia/pcmcia-2.6.ebuild,v 1.2 2006/02/16 02:35:26 vapier Exp $
DESCRIPTION="Virtual for PCMCIA userspace tools"
HOMEPAGE="http://www.gentoo.org/proj/en/base/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ppc sh x86"
IUSE=""
DEPEND=""
RDEPEND="sys-apps/pcmcia-cs"
|