Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GD/
Date: Fri, 04 Jun 2021 09:28:20
Message-Id: 1622798884.c32ac22175bee88aebdd81aae81ffb8b7553ba92.dilfridge@gentoo
1 commit: c32ac22175bee88aebdd81aae81ffb8b7553ba92
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 4 09:27:47 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 4 09:28:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32ac221
7
8 dev-perl/GD: Fix "USE flag not in IUSE"
9
10 Closes: https://bugs.gentoo.org/794121
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-perl/GD/GD-2.730.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-perl/GD/GD-2.730.0-r1.ebuild b/dev-perl/GD/GD-2.730.0-r1.ebuild
18 index 6d099c37daa..747eb63a214 100644
19 --- a/dev-perl/GD/GD-2.730.0-r1.ebuild
20 +++ b/dev-perl/GD/GD-2.730.0-r1.ebuild
21 @@ -58,7 +58,7 @@ src_configure() {
22
23 # The following flags do not work properly. This is why we force-enable
24 # at least some of them. See bug 787404 as tracker.
25 - use gif && use animgif && myconf+=",ANIMGIF"
26 + use animgif && myconf+=",ANIMGIF"
27 myconf+=",JPEG"
28 use truetype && myconf+=",FT"
29 myconf+=",PNG"