mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user