diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-19 21:45:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-19 21:45:15 +0000 |
commit | a62bedc7d7a5e0ebf66924890154486002a08225 (patch) | |
tree | 3977435ecc5e5050b993dc5dcf78c30e308c61be /net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild | |
parent | Remove unneeded glu dependency (bug #452912, thanks to Matt Turner). Drop old. (diff) | |
download | gentoo-2-a62bedc7d7a5e0ebf66924890154486002a08225.tar.gz gentoo-2-a62bedc7d7a5e0ebf66924890154486002a08225.tar.bz2 gentoo-2-a62bedc7d7a5e0ebf66924890154486002a08225.zip |
Change virtual/pcmcia to sys-apps/pcmciautils because it's the only provider left.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild')
-rw-r--r-- | net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild index 7b71df4e5691..f675b89ca660 100644 --- a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild +++ b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.15 2012/12/25 14:15:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.16 2013/01/19 21:45:15 ssuominen Exp $ inherit eutils multilib linux-info @@ -26,7 +26,7 @@ DEPEND="virtual/linux-sources >=sys-apps/sed-4" RDEPEND="usb? ( sys-apps/hotplug ) - pcmcia? ( virtual/pcmcia ) + pcmcia? ( sys-apps/pcmciautils ) dev-lang/perl" S="${WORKDIR}/${PN}" |