diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-02-06 16:13:28 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-02-06 16:13:36 -0800 |
commit | 389c9bdc86368b37fe0df64ab1448f59c6b59fac (patch) | |
tree | a10fde050967feb60f81e9de3d0cdb346e82e891 /sys-libs | |
parent | virtual/libcrypt-0: enable static-libs by default (diff) | |
download | gentoo-389c9bdc86368b37fe0df64ab1448f59c6b59fac.tar.gz gentoo-389c9bdc86368b37fe0df64ab1448f59c6b59fac.tar.bz2 gentoo-389c9bdc86368b37fe0df64ab1448f59c6b59fac.zip |
sys-libs/libxcrypt-4.4.12: enable static-libs by default
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild index 269587522a85..a7ecbd9f4e55 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.12.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/besser82/libxcrypt" LICENSE="LGPL-2.1+ public-domain BSD BSD-2" SLOT="0/1" KEYWORDS="~amd64 ~x86" -IUSE="+compat split-usr static-libs system test" +IUSE="+compat split-usr +static-libs system test" DEPEND="system? ( elibc_glibc? ( sys-libs/glibc[-crypt(+)] ) |