blob: 334a4d7d0a214ea2b6b316c00679aadfc5570918 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.13.ebuild,v 1.1 2006/01/19 17:35:15 brix Exp $
DESCRIPTION="Virtual for PCMCIA userspace tools"
HOMEPAGE="http://www.gentoo.org/proj/en/base/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND=""
RDEPEND="|| ( sys-apps/pcmcia-cs sys-apps/pcmciautils )"
|