summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-02 23:56:20 +0000
committerSam James <sam@gentoo.org>2021-06-03 19:14:58 +0000
commit2738f88d0f16142120308ee0b32ff7077c86286c (patch)
tree85e566593adb576aa876eada08e0a446e7614f19
parentnet-fs/autofs: fix BadDefaultUseFlags (diff)
downloadgentoo-2738f88d0f16142120308ee0b32ff7077c86286c.tar.gz
gentoo-2738f88d0f16142120308ee0b32ff7077c86286c.tar.bz2
gentoo-2738f88d0f16142120308ee0b32ff7077c86286c.zip
net-libs/libpcap: fix BadDefaultUseFlags
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-libs/libpcap/libpcap-1.10.0.ebuild2
-rw-r--r--net-libs/libpcap/libpcap-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpcap/libpcap-1.10.0.ebuild b/net-libs/libpcap/libpcap-1.10.0.ebuild
index e17ca9253266..ead6948c37ee 100644
--- a/net-libs/libpcap/libpcap-1.10.0.ebuild
+++ b/net-libs/libpcap/libpcap-1.10.0.ebuild
@@ -25,7 +25,7 @@ fi
LICENSE="BSD"
SLOT="0"
-IUSE="bluetooth dbus netlink rdma -remote static-libs usb -yydebug"
+IUSE="bluetooth dbus netlink rdma remote static-libs usb yydebug"
RDEPEND="
bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )
diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild
index b0505e64ff65..f7cc40d1b868 100644
--- a/net-libs/libpcap/libpcap-9999.ebuild
+++ b/net-libs/libpcap/libpcap-9999.ebuild
@@ -23,7 +23,7 @@ fi
LICENSE="BSD"
SLOT="0"
-IUSE="bluetooth dbus netlink rdma -remote static-libs usb -yydebug"
+IUSE="bluetooth dbus netlink rdma remote static-libs usb yydebug"
RDEPEND="
bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )