Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/
Date: Wed, 02 Nov 2022 04:05:18
Message-Id: 1667361899.6af39cccf4b7fc28f208c701c62a28c5435a2cf2.sam@gentoo
1 commit: 6af39cccf4b7fc28f208c701c62a28c5435a2cf2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 04:04:54 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 04:04:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af39ccc
7
8 sys-libs/libxcrypt: set +system for older too
9
10 See: 194c44cd74b3426485c21ef3555f0bfcbfd3f4c9
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild | 2 +-
14 sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild | 2 +-
15 sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild
19 index 7c7340f29a7b..8f335d8027ca 100644
20 --- a/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild
21 +++ b/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild
22 @@ -21,7 +21,7 @@ fi
23 LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
24 SLOT="0/1"
25 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
26 -IUSE="+compat split-usr static-libs system test"
27 +IUSE="+compat split-usr static-libs +system test"
28 REQUIRED_USE="split-usr? ( system )"
29 RESTRICT="!test? ( test )"
30
31
32 diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild
33 index 430e3dc385ed..5e72a74c6d85 100644
34 --- a/sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild
35 +++ b/sys-libs/libxcrypt/libxcrypt-4.4.28-r2.ebuild
36 @@ -21,7 +21,7 @@ fi
37 LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
38 SLOT="0/1"
39 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
40 -IUSE="+compat split-usr static-libs system test headers-only"
41 +IUSE="+compat split-usr static-libs +system test headers-only"
42 REQUIRED_USE="split-usr? ( system )"
43 RESTRICT="!test? ( test )"
44
45
46 diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild
47 index 111353e6e533..1593faa8066b 100644
48 --- a/sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild
49 +++ b/sys-libs/libxcrypt/libxcrypt-4.4.29.ebuild
50 @@ -21,7 +21,7 @@ fi
51 LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
52 SLOT="0/1"
53 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
54 -IUSE="+compat split-usr static-libs system test headers-only"
55 +IUSE="+compat split-usr static-libs +system test headers-only"
56 REQUIRED_USE="split-usr? ( system )"
57 RESTRICT="!test? ( test )"