Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/
Date: Fri, 07 Feb 2020 00:13:48
Message-Id: 1581034416.389c9bdc86368b37fe0df64ab1448f59c6b59fac.chutzpah@gentoo
1 commit: 389c9bdc86368b37fe0df64ab1448f59c6b59fac
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Feb 7 00:13:28 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 00:13:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389c9bdc
7
8 sys-libs/libxcrypt-4.4.12: enable static-libs by default
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.87, Repoman-2.3.20
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild
18 index 269587522a8..a7ecbd9f4e5 100644
19 --- a/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild
20 +++ b/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild
21 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/besser82/libxcrypt"
22 LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
23 SLOT="0/1"
24 KEYWORDS="~amd64 ~x86"
25 -IUSE="+compat split-usr static-libs system test"
26 +IUSE="+compat split-usr +static-libs system test"
27
28 DEPEND="system? (
29 elibc_glibc? ( sys-libs/glibc[-crypt(+)] )