commit:     ee4df4fd230ece2fb39286674cf570336f2785d6
Author:     William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Thu Dec 23 03:29:00 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 09:54:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4df4fd

games-util/deutex: Add build dependencies for unpacker

Closes: https://bugs.gentoo.org/829799
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23477
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-util/deutex/deutex-5.2.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-util/deutex/deutex-5.2.2.ebuild 
b/games-util/deutex/deutex-5.2.2.ebuild
index 93a2e6e4e35a..214f6d34483c 100644
--- a/games-util/deutex/deutex-5.2.2.ebuild
+++ b/games-util/deutex/deutex-5.2.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit unpacker
 
@@ -16,7 +16,8 @@ IUSE="man +png"
 
 DEPEND="png? ( media-libs/libpng:0= )"
 RDEPEND="${DEPEND}"
-BDEPEND="man? ( app-text/asciidoc )"
+BDEPEND="$(unpacker_src_uri_depends)
+       man? ( app-text/asciidoc )"
 
 src_configure() {
        econf \

Reply via email to