dev-perl/GD: Fix "USE flag not in IUSE"

Closes: https://bugs.gentoo.org/794121
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-06-04 11:27:47 +02:00
parent 3e7efe66b7
commit c32ac22175

View File

@@ -58,7 +58,7 @@ src_configure() {
# The following flags do not work properly. This is why we force-enable
# at least some of them. See bug 787404 as tracker.
use gif && use animgif && myconf+=",ANIMGIF"
use animgif && myconf+=",ANIMGIF"
myconf+=",JPEG"
use truetype && myconf+=",FT"
myconf+=",PNG"