diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2019-11-04 21:34:21 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-11-04 21:34:21 -0800 |
commit | 7e305e411660233510a858c25f0a97f468e9650a (patch) | |
tree | 880fc6594cf450ec6f46171797650cd503f45220 /sys-libs/libxcrypt | |
parent | sys-libs/libxcrypt: Version bump to 4.4.10 (bug #686478) (diff) | |
download | gentoo-7e305e411660233510a858c25f0a97f468e9650a.tar.gz gentoo-7e305e411660233510a858c25f0a97f468e9650a.tar.bz2 gentoo-7e305e411660233510a858c25f0a97f468e9650a.zip |
sys-libs/libxcrypt: update 4.4.10 to fix Gentoo CI warning
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-libs/libxcrypt')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild index c656e73548c8..93bc10d01ca6 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild @@ -17,6 +17,9 @@ IUSE="split-usr test" BDEPEND="sys-apps/findutils test? ( ${PYTHON_DEPS} )" +# Gentoo CI complained about not having this +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}/libxcrypt-4.4.10-pythonver.patch" ) |