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-util/deutex/
Date: Fri, 24 Dec 2021 09:55:04
Message-Id: 1640339684.ee4df4fd230ece2fb39286674cf570336f2785d6.chewi@gentoo
1 commit: ee4df4fd230ece2fb39286674cf570336f2785d6
2 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 23 03:29:00 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 09:54:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4df4fd
7
8 games-util/deutex: Add build dependencies for unpacker
9
10 Closes: https://bugs.gentoo.org/829799
11 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/23477
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-util/deutex/deutex-5.2.2.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/games-util/deutex/deutex-5.2.2.ebuild b/games-util/deutex/deutex-5.2.2.ebuild
19 index 93a2e6e4e35a..214f6d34483c 100644
20 --- a/games-util/deutex/deutex-5.2.2.ebuild
21 +++ b/games-util/deutex/deutex-5.2.2.ebuild
22 @@ -1,7 +1,7 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 inherit unpacker
30
31 @@ -16,7 +16,8 @@ IUSE="man +png"
32
33 DEPEND="png? ( media-libs/libpng:0= )"
34 RDEPEND="${DEPEND}"
35 -BDEPEND="man? ( app-text/asciidoc )"
36 +BDEPEND="$(unpacker_src_uri_depends)
37 + man? ( app-text/asciidoc )"
38
39 src_configure() {
40 econf \