diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-04 11:27:47 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-04 11:28:04 +0200 |
commit | c32ac22175bee88aebdd81aae81ffb8b7553ba92 (patch) | |
tree | 0bf2cdf65218007af76ab0fc4c14f43897bdd986 /dev-perl/GD | |
parent | dev-ruby/ruby-prof: add 1.4.3 (diff) | |
download | gentoo-c32ac22175bee88aebdd81aae81ffb8b7553ba92.tar.gz gentoo-c32ac22175bee88aebdd81aae81ffb8b7553ba92.tar.bz2 gentoo-c32ac22175bee88aebdd81aae81ffb8b7553ba92.zip |
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>
Diffstat (limited to 'dev-perl/GD')
-rw-r--r-- | dev-perl/GD/GD-2.730.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/GD/GD-2.730.0-r1.ebuild b/dev-perl/GD/GD-2.730.0-r1.ebuild index 6d099c37daa2..747eb63a2147 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" |