diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:27:03 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:27:03 +0000 |
commit | d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5 (patch) | |
tree | 5a050409acb977c71130d64798a02acbd0453be8 /net-misc/xsupplicant | |
parent | updated (R)DEPEND to reflect rhino SLOT changes. (diff) | |
download | historical-d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5.tar.gz historical-d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5.tar.bz2 historical-d5b6f0c3d593ff5b844bee9e5fa93b882690f6f5.zip |
Transition dependancy from net-libs/libpcap to virtual/libpcap
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-misc/xsupplicant')
-rw-r--r-- | net-misc/xsupplicant/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/xsupplicant/xsupplicant-0.8b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/xsupplicant/ChangeLog b/net-misc/xsupplicant/ChangeLog index 4bdb496c92f5..13c5d7feb8cc 100644 --- a/net-misc/xsupplicant/ChangeLog +++ b/net-misc/xsupplicant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/xsupplicant # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.5 2005/01/09 14:46:01 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/ChangeLog,v 1.6 2005/01/29 21:27:03 dragonheart Exp $ + + 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> xsupplicant-0.8b.ebuild: + Transition dependancy from net-libs/libpcap to virtual/libpcap *xsupplicant-1.0 (09 Jan 2005) diff --git a/net-misc/xsupplicant/xsupplicant-0.8b.ebuild b/net-misc/xsupplicant/xsupplicant-0.8b.ebuild index 6d0a7f4abb1a..bdd269025026 100644 --- a/net-misc/xsupplicant/xsupplicant-0.8b.ebuild +++ b/net-misc/xsupplicant/xsupplicant-0.8b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-0.8b.ebuild,v 1.4 2005/01/09 14:46:01 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/xsupplicant/xsupplicant-0.8b.ebuild,v 1.5 2005/01/29 21:27:03 dragonheart Exp $ S="${WORKDIR}/${PN}" DESCRIPTION="Open Source Implementation of IEEE 802.1x" @@ -15,7 +15,7 @@ KEYWORDS="~x86" DEPEND=">=dev-libs/openssl-0.9.7 - >=net-libs/libpcap-0.7.1 + virtual/libpcap >=dev-libs/libdnet-1.6" src_compile() { |