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>
This commit is contained in:
William Breathitt Gray
2021-07-29 14:34:13 +09:00
committed by Ionen Wolkens
parent 81ce68b8a4
commit 6cba8e5c51

View File

@@ -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}"