commit: 7e305e411660233510a858c25f0a97f468e9650a
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 5 05:34:21 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Nov 5 05:34:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e305e41
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 <AT> gentoo.org>
sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild
b/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild
index c656e73548c..93bc10d01ca 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"
)