summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2021-12-23 12:29:00 +0900
committerJames Le Cuirot <chewi@gentoo.org>2021-12-24 09:54:44 +0000
commitee4df4fd230ece2fb39286674cf570336f2785d6 (patch)
treec38eb851261843922bd776ee8bc2cb39accb6462 /games-util
parentwww-client/vivaldi: Drop old 5.0.2497.30 (diff)
downloadgentoo-ee4df4fd230ece2fb39286674cf570336f2785d6.tar.gz
gentoo-ee4df4fd230ece2fb39286674cf570336f2785d6.tar.bz2
gentoo-ee4df4fd230ece2fb39286674cf570336f2785d6.zip
games-util/deutex: Add build dependencies for unpacker
Closes: https://bugs.gentoo.org/829799 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23477 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/deutex/deutex-5.2.2.ebuild5
1 files 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 \