commit:     c32ac22175bee88aebdd81aae81ffb8b7553ba92
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  4 09:27:47 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun  4 09:28:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32ac221

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 <AT> gentoo.org>

 dev-perl/GD/GD-2.730.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GD/GD-2.730.0-r1.ebuild b/dev-perl/GD/GD-2.730.0-r1.ebuild
index 6d099c37daa..747eb63a214 100644
--- a/dev-perl/GD/GD-2.730.0-r1.ebuild
+++ b/dev-perl/GD/GD-2.730.0-r1.ebuild
@@ -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"

Reply via email to