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/dhcp-agent/dhcp-agent-0.41.ebuild | |
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/dhcp-agent/dhcp-agent-0.41.ebuild')
-rw-r--r-- | net-misc/dhcp-agent/dhcp-agent-0.41.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcp-agent/dhcp-agent-0.41.ebuild b/net-misc/dhcp-agent/dhcp-agent-0.41.ebuild index b197b379a432..74148b0875de 100644 --- a/net-misc/dhcp-agent/dhcp-agent-0.41.ebuild +++ b/net-misc/dhcp-agent/dhcp-agent-0.41.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/dhcp-agent/dhcp-agent-0.41.ebuild,v 1.1 2005/01/09 00:27:30 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp-agent/dhcp-agent-0.41.ebuild,v 1.2 2005/01/29 21:21:55 dragonheart Exp $ DESCRIPTION="dhcp-agent is a portable UNIX Dynamic Host Configuration suite" HOMEPAGE="http://dhcp-agent.sourceforge.net/" @@ -11,7 +11,7 @@ KEYWORDS="~x86 ~sparc" IUSE="doc" DEPEND=">=dev-libs/libdnet-1.7 - >=net-libs/libpcap-0.7.2 + virtual/libpcap >=dev-util/guile-1.6.4 doc? ( app-text/texi2html )" |