summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2021-07-29 14:34:13 +0900
committerIonen Wolkens <ionen@gentoo.org>2021-07-29 06:59:23 -0400
commit6cba8e5c51a3abb2c36d15e1eb3a39746a8cbdbb (patch)
treed4444ec1e43ff5f95f00c976749087a5fd8d0d46 /games-util/deutex
parentgames-fps/freedm-data: Add png USE requirement for deutex dependency (diff)
downloadgentoo-6cba8e5c51a3abb2c36d15e1eb3a39746a8cbdbb.tar.gz
gentoo-6cba8e5c51a3abb2c36d15e1eb3a39746a8cbdbb.tar.bz2
gentoo-6cba8e5c51a3abb2c36d15e1eb3a39746a8cbdbb.zip
games-util/deutex: Default enable PNG support
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-util/deutex')
-rw-r--r--games-util/deutex/deutex-5.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/deutex/deutex-5.2.2.ebuild b/games-util/deutex/deutex-5.2.2.ebuild
index dcead660a3ae..93a2e6e4e35a 100644
--- a/games-util/deutex/deutex-5.2.2.ebuild
+++ b/games-util/deutex/deutex-5.2.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/Doom-Utils/${PN}/releases/download/v${PV}/${P}.tar.z
LICENSE="GPL-2+ LGPL-2+ HPND"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="man png"
+IUSE="man +png"
DEPEND="png? ( media-libs/libpng:0= )"
RDEPEND="${DEPEND}"