| # Copyright 1999-2007 Gentoo Foundation |
# Copyright 1999-2008 Gentoo Foundation |
| # Distributed under the terms of the GNU General Public License v2 |
# Distributed under the terms of the GNU General Public License v2 |
| # $Header$ |
# $Header$ |
| |
|
| LICENSE="GPL-2" |
LICENSE="GPL-2" |
| SLOT="0" |
SLOT="0" |
| KEYWORDS="amd64 arm ppc sh x86" |
KEYWORDS="amd64 arm ppc sh x86" |
| |
|
| IUSE="gtk vanilla trusted X xforms" |
IUSE="gtk vanilla trusted X xforms" |
| |
|
| RDEPEND="!sys-apps/pcmcia-cs-cis |
RDEPEND="!sys-apps/pcmcia-cs-cis |
| !sys-apps/pcmcia-cs-pnptools |
!sys-apps/pcmcia-cs-pnptools |
| X? ( x11-libs/libX11 |
X? ( |
| |
x11-libs/libX11 |
| x11-libs/libXpm |
x11-libs/libXpm |
| x11-libs/libXaw |
x11-libs/libXaw |
| gtk? ( =x11-libs/gtk+-2* |
gtk? ( =x11-libs/gtk+-2* ) |
| dev-util/pkgconfig ) |
xforms? ( x11-libs/xforms ) |
| xforms? ( x11-libs/xforms ) )" |
)" |
| DEPEND="${RDEPEND} |
DEPEND="${RDEPEND} |
| |
dev-util/pkgconfig |
| virtual/linux-sources |
virtual/linux-sources |
| >=sys-apps/sed-4" |
>=sys-apps/sed-4" |
| |
|