diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-16 21:24:23 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-16 21:25:05 +0000 |
commit | e491e9bda4a2bebf873e82c32adebe4fb1d37dda (patch) | |
tree | 42ce2a0ee9ab0ec75d6d41af60cc12537fe63609 /sys-libs | |
parent | x11-libs/libnotify: arm64 stable (bug #700134) (diff) | |
download | gentoo-e491e9bda4a2bebf873e82c32adebe4fb1d37dda.tar.gz gentoo-e491e9bda4a2bebf873e82c32adebe4fb1d37dda.tar.bz2 gentoo-e491e9bda4a2bebf873e82c32adebe4fb1d37dda.zip |
sys-libs/glibc: apply 'introduce USE=+crypt' to live ebuild
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 2298db5a53ad..9971df609793 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -34,7 +34,7 @@ PATCH_VER=14 SRC_URI+=" https://dev.gentoo.org/~slyfox/distfiles/${P}-patches-${PATCH_VER}.tar.xz" SRC_URI+=" multilib? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz )" -IUSE="audit caps cet compile-locales custom-cflags doc gd headers-only +multiarch multilib nscd profile selinux +ssp +static-libs suid systemtap test vanilla" +IUSE="audit caps cet compile-locales +crypt custom-cflags doc gd headers-only +multiarch multilib nscd profile selinux +ssp +static-libs suid systemtap test vanilla" # Minimum kernel version that glibc requires MIN_KERN_VER="3.2.0" @@ -939,6 +939,7 @@ glibc_do_configure() { --libexecdir='$(libdir)'/misc/glibc --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion="$(glibc_banner)" + $(use_enable crypt) $(use_multiarch || echo --disable-multi-arch) $(use_enable systemtap) $(use_enable nscd) |