Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/settlers-2-gold-data/
Date: Fri, 24 Apr 2020 09:31:10
Message-Id: 1587720646.682382a6baf115ec93898f5fc072b5149483a5b6.chewi@gentoo
1 commit: 682382a6baf115ec93898f5fc072b5149483a5b6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 09:30:46 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 09:30:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682382a6
7
8 games-strategy/settlers-2-gold-data: Depend on >=innoextract-1.8
9
10 This is required by the newer GOG installer.
11
12 Closes: https://bugs.gentoo.org/719130
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild b/games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild
20 index 970f2869c44..dc17a23f065 100644
21 --- a/games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild
22 +++ b/games-strategy/settlers-2-gold-data/settlers-2-gold-data-0.ebuild
23 @@ -23,7 +23,7 @@ RDEPEND="
24 "
25
26 BDEPEND="
27 - !cdinstall? ( app-arch/innoextract )
28 + !cdinstall? ( >=app-arch/innoextract-1.8 )
29 "
30
31 S="${WORKDIR}/target"