Skip to content

Commit

Permalink
games-fps/freedoom-data: Add png USE requirement for deutex dependency
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/804882
Signed-off-by: William Breathitt Gray <[email protected]>
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
vilhelmgray authored and ionenwks committed Jul 29, 2021
1 parent 8476a0f commit d897a53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~x86"
BDEPEND="
$(python_gen_any_dep 'dev-python/pillow[${PYTHON_USEDEP},zlib]')
app-text/asciidoc
games-util/deutex"
games-util/deutex[png]"

S="${WORKDIR}/freedoom-${PV}"

Expand All @@ -44,7 +44,7 @@ src_install() {
emake install-freedoom \
prefix="${ED}/usr/" \
bindir="bin/" \
docdir="share/doc/${P}" \
docdir="share/doc/${PF}" \
mandir="share/man/" \
waddir="${DOOMWADPATH}/"
}
Expand Down

0 comments on commit d897a53

Please sign in to comment.