Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/exult-sound/
Date: Tue, 28 Apr 2020 20:50:37
Message-Id: 1588106995.a96b9a139d37f85bebfda48e32966363ee52fd2f.jstein@gentoo
1 commit: a96b9a139d37f85bebfda48e32966363ee52fd2f
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 20:49:55 2020 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 20:49:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96b9a13
7
8 games-misc/exult-sound: QA Fix missing unzip
9
10 Added missing DEPEND="app-arch/unzip"
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
14
15 games-misc/exult-sound/exult-sound-0-r2.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/games-misc/exult-sound/exult-sound-0-r2.ebuild b/games-misc/exult-sound/exult-sound-0-r2.ebuild
19 index a1cb960fdc5..4f3b978a614 100644
20 --- a/games-misc/exult-sound/exult-sound-0-r2.ebuild
21 +++ b/games-misc/exult-sound/exult-sound-0-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -11,7 +11,8 @@ LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31
32 -DEPEND="!<games-engines/exult-9999"
33 +DEPEND="!<games-engines/exult-9999
34 + app-arch/unzip"
35
36 S="${WORKDIR}"