From 7e305e411660233510a858c25f0a97f468e9650a Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Mon, 4 Nov 2019 21:34:21 -0800 Subject: 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 --- sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys-libs') 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" ) -- cgit v1.2.3-65-gdbad