mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
net-fs/autofs: 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>
This commit is contained in:
@@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/daemons/${PN}/v5/${P}.tar.xz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
|
||||
IUSE="-dmalloc ldap +libtirpc mount-locking sasl systemd"
|
||||
IUSE="dmalloc ldap +libtirpc mount-locking sasl systemd"
|
||||
|
||||
# currently, sasl code assumes the presence of kerberosV
|
||||
RDEPEND=">=sys-apps/util-linux-2.20
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/daemons/${PN}/v5/${P}.tar.xz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="-dmalloc ldap +libtirpc mount-locking sasl systemd"
|
||||
IUSE="dmalloc ldap +libtirpc mount-locking sasl systemd"
|
||||
|
||||
# currently, sasl code assumes the presence of kerberosV
|
||||
RDEPEND=">=sys-apps/util-linux-2.20
|
||||
|
||||
Reference in New Issue
Block a user