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 | |
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')
-rw-r--r-- | net-dialup/capi4k-utils/ChangeLog | 9 | ||||
-rw-r--r-- | net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-dialup/capi4k-utils/ChangeLog b/net-dialup/capi4k-utils/ChangeLog index bb8db5d25987..cd75ca34aa85 100644 --- a/net-dialup/capi4k-utils/ChangeLog +++ b/net-dialup/capi4k-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dialup/capi4k-utils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.69 2012/12/25 14:15:30 pacho Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.70 2013/01/19 21:45:15 ssuominen Exp $ + + 19 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> + capi4k-utils-20050718-r3.ebuild: + Change virtual/pcmcia to sys-apps/pcmciautils because it's the only provider + left. 25 Dec 2012; Pacho Ramos <pacho@gentoo.org> capi4k-utils-20050718-r3.ebuild: Drop reference to a package that is going to be treecleaned (#265581) 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}" |