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: Tue, 05 Nov 2019 05:34:43
Message-Id: 1572932061.7e305e411660233510a858c25f0a97f468e9650a.chutzpah@gentoo
1 commit: 7e305e411660233510a858c25f0a97f468e9650a
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 05:34:21 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 05:34:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e305e41
7
8 sys-libs/libxcrypt: update 4.4.10 to fix Gentoo CI warning
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild
17 index c656e73548c..93bc10d01ca 100644
18 --- a/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild
19 +++ b/sys-libs/libxcrypt/libxcrypt-4.4.10.ebuild
20 @@ -17,6 +17,9 @@ IUSE="split-usr test"
21 BDEPEND="sys-apps/findutils
22 test? ( ${PYTHON_DEPS} )"
23
24 +# Gentoo CI complained about not having this
25 +RESTRICT="!test? ( test )"
26 +
27 PATCHES=(
28 "${FILESDIR}/libxcrypt-4.4.10-pythonver.patch"
29 )