Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 708810
Collapse All | Expand All

(-)/usr/portage/sys-apps/shadow/shadow-4.8.1-r1.ebuild (-2 / +2 lines)
Lines 12-18 Link Here
12
LICENSE="BSD GPL-2"
12
LICENSE="BSD GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
15
IUSE="acl audit bcrypt +cracklib nls pam selinux skey split-usr +su xattr"
15
IUSE="acl audit bcrypt +btrfs +cracklib nls pam selinux skey split-usr +su xattr"
16
# Taken from the man/Makefile.am file.
16
# Taken from the man/Makefile.am file.
17
LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )
17
LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )
18
18
Lines 55-61 Link Here
55
		--disable-account-tools-setuid
55
		--disable-account-tools-setuid
56
		--enable-shared=no
56
		--enable-shared=no
57
		--enable-static=yes
57
		--enable-static=yes
58
		--with-btrfs
58
		$(use_with btrfs)
59
		--without-group-name-max-length
59
		--without-group-name-max-length
60
		--without-tcb
60
		--without-tcb
61
		$(use_enable nls)
61
		$(use_enable nls)

Return to bug 708810