diff options
author | 2005-01-29 21:19:18 +0000 | |
---|---|---|
committer | 2005-01-29 21:19:18 +0000 | |
commit | 2a2b9927b5058763ee2107a3278b9013ef9a18e6 (patch) | |
tree | 2da97b1c5a30982fe5e027fd0d763746c34e732c /dev-python/pylibpcap/pylibpcap-0.4.ebuild | |
parent | updated (R)DEPEND to reflect rhino SLOT changes. (diff) | |
download | gentoo-2-2a2b9927b5058763ee2107a3278b9013ef9a18e6.tar.gz gentoo-2-2a2b9927b5058763ee2107a3278b9013ef9a18e6.tar.bz2 gentoo-2-2a2b9927b5058763ee2107a3278b9013ef9a18e6.zip |
Transition dependancy from net-libs/libpcap to virtual/libpcap
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-python/pylibpcap/pylibpcap-0.4.ebuild')
-rw-r--r-- | dev-python/pylibpcap/pylibpcap-0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pylibpcap/pylibpcap-0.4.ebuild b/dev-python/pylibpcap/pylibpcap-0.4.ebuild index 78f47f21602e..057f8ee295c1 100644 --- a/dev-python/pylibpcap/pylibpcap-0.4.ebuild +++ b/dev-python/pylibpcap/pylibpcap-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.4.ebuild,v 1.7 2004/06/25 01:40:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.4.ebuild,v 1.8 2005/01/29 21:16:55 dragonheart Exp $ inherit distutils @@ -14,7 +14,7 @@ KEYWORDS="x86" IUSE="" DEPEND="virtual/python - net-libs/libpcap" + virtual/libpcap" src_install() { distutils_src_install |