diff options
author | 2005-10-15 04:42:21 +0000 | |
---|---|---|
committer | 2005-10-15 04:42:21 +0000 | |
commit | 97300fc5e96202b1d1ac1de615025558f9f02bb7 (patch) | |
tree | 68e961a85d83892a49c7cf90b9fa3666f2192288 /net-libs/netwib/netwib-5.31.0.ebuild | |
parent | version bump and cleanout (diff) | |
download | gentoo-2-97300fc5e96202b1d1ac1de615025558f9f02bb7.tar.gz gentoo-2-97300fc5e96202b1d1ac1de615025558f9f02bb7.tar.bz2 gentoo-2-97300fc5e96202b1d1ac1de615025558f9f02bb7.zip |
forgot doc USE flag in IUSE
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'net-libs/netwib/netwib-5.31.0.ebuild')
-rw-r--r-- | net-libs/netwib/netwib-5.31.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/netwib/netwib-5.31.0.ebuild b/net-libs/netwib/netwib-5.31.0.ebuild index 7c383751f716..87abed1911c3 100644 --- a/net-libs/netwib/netwib-5.31.0.ebuild +++ b/net-libs/netwib/netwib-5.31.0.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-libs/netwib/netwib-5.31.0.ebuild,v 1.1 2005/10/15 04:25:41 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/netwib/netwib-5.31.0.ebuild,v 1.2 2005/10/15 04:42:21 dragonheart Exp $ # NOTE: netwib, netwox and netwag go together, bump all or bump none @@ -16,7 +16,7 @@ SRC_URI="http://www.laurentconstantin.com/common/netw/netwib/download/v${PV/.*}/ LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~sparc ~x86" -IUSE="" +IUSE="doc" DEPEND="virtual/libpcap >=net-libs/libnet-1.1.1" |