Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sat, 16 Nov 2019 21:25:14
Message-Id: 1573939505.e491e9bda4a2bebf873e82c32adebe4fb1d37dda.slyfox@gentoo
1 commit: e491e9bda4a2bebf873e82c32adebe4fb1d37dda
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 21:24:23 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 21:25:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e491e9bd
7
8 sys-libs/glibc: apply 'introduce USE=+crypt' to live ebuild
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-libs/glibc/glibc-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
17 index 2298db5a53a..9971df60979 100644
18 --- a/sys-libs/glibc/glibc-9999.ebuild
19 +++ b/sys-libs/glibc/glibc-9999.ebuild
20 @@ -34,7 +34,7 @@ PATCH_VER=14
21 SRC_URI+=" https://dev.gentoo.org/~slyfox/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
22 SRC_URI+=" multilib? ( https://dev.gentoo.org/~dilfridge/distfiles/gcc-multilib-bootstrap-${GCC_BOOTSTRAP_VER}.tar.xz )"
23
24 -IUSE="audit caps cet compile-locales custom-cflags doc gd headers-only +multiarch multilib nscd profile selinux +ssp +static-libs suid systemtap test vanilla"
25 +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"
26
27 # Minimum kernel version that glibc requires
28 MIN_KERN_VER="3.2.0"
29 @@ -939,6 +939,7 @@ glibc_do_configure() {
30 --libexecdir='$(libdir)'/misc/glibc
31 --with-bugurl=https://bugs.gentoo.org/
32 --with-pkgversion="$(glibc_banner)"
33 + $(use_enable crypt)
34 $(use_multiarch || echo --disable-multi-arch)
35 $(use_enable systemtap)
36 $(use_enable nscd)