Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/crossover-bin/
Date: Thu, 24 Jun 2021 23:28:01
Message-Id: 1624577253.726b169a32fed39dc353d7a9277f2dc045941ce4.sam@gentoo
1 commit: 726b169a32fed39dc353d7a9277f2dc045941ce4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 24 22:45:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 23:27:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726b169a
7
8 app-emulation/crossover-bin: depend on sys-libs/glibc[crypt] or libxcrypt[compat]
9
10 It's a binary package so can't be rebuilt.
11
12 Acked-by: David Seifert <soap <AT> gentoo.org>
13 Reported-by: Ionen Wolkens <ionen <AT> gentoo.org>
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 .../{crossover-bin-20.0.4.ebuild => crossover-bin-20.0.4-r1.ebuild} | 4 ++++
17 1 file changed, 4 insertions(+)
18
19 diff --git a/app-emulation/crossover-bin/crossover-bin-20.0.4.ebuild b/app-emulation/crossover-bin/crossover-bin-20.0.4-r1.ebuild
20 similarity index 99%
21 rename from app-emulation/crossover-bin/crossover-bin-20.0.4.ebuild
22 rename to app-emulation/crossover-bin/crossover-bin-20.0.4-r1.ebuild
23 index 81b9af99483..5cf94832ad2 100644
24 --- a/app-emulation/crossover-bin/crossover-bin-20.0.4.ebuild
25 +++ b/app-emulation/crossover-bin/crossover-bin-20.0.4-r1.ebuild
26 @@ -116,6 +116,10 @@ RDEPEND="${DEPEND}
27 x11-libs/gtk+:3[introspection]
28 x11-libs/pango[introspection]
29 x11-libs/vte:2.91[introspection]
30 + || (
31 + sys-libs/glibc[crypt(+)]
32 + sys-libs/libxcrypt[compat]
33 + )
34 "
35
36 pkg_nofetch() {