diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 23:56:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-03 19:14:58 +0000 |
commit | 2738f88d0f16142120308ee0b32ff7077c86286c (patch) | |
tree | 85e566593adb576aa876eada08e0a446e7614f19 /net-libs/libpcap | |
parent | net-fs/autofs: fix BadDefaultUseFlags (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/libpcap-1.10.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libpcap/libpcap-9999.ebuild | 2 |
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}] ) |