diff options
author | 2004-07-01 21:44:58 +0000 | |
---|---|---|
committer | 2004-07-01 21:44:58 +0000 | |
commit | cf94d64feb998154b6e725894e3d150e1d45f3e1 (patch) | |
tree | 25c0ffc703b2b88099738a0591c82244c3229f44 /sys-apps/pcsc-lite/pcsc-lite-1.2.0.ebuild | |
parent | virtual/glibc -> virtual/libc, add IUSE (diff) | |
download | historical-cf94d64feb998154b6e725894e3d150e1d45f3e1.tar.gz historical-cf94d64feb998154b6e725894e3d150e1d45f3e1.tar.bz2 historical-cf94d64feb998154b6e725894e3d150e1d45f3e1.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'sys-apps/pcsc-lite/pcsc-lite-1.2.0.ebuild')
-rw-r--r-- | sys-apps/pcsc-lite/pcsc-lite-1.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.2.0.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.2.0.ebuild index 852aaf227fd6..250b051b0063 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.2.0.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.2.0.ebuild,v 1.4 2004/06/27 10:11:33 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.2.0.ebuild,v 1.5 2004/07/01 21:36:27 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ KEYWORDS="~x86 ~amd64 ~ppc" SLOT="0" IUSE="static" -RDEPEND="!static? ( virtual/glibc ) +RDEPEND="!static? ( virtual/libc ) !static? ( dev-libs/libusb )" DEPEND="sys-devel/make @@ -24,7 +24,7 @@ DEPEND="sys-devel/make dev-libs/libusb dev-util/pkgconfig sys-devel/gcc - virtual/glibc + virtual/libc dev-libs/libusb" src_compile() { |