diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-07-11 19:31:31 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-07-31 16:35:43 +1200 |
commit | e5fb1deca49ffb33d5c98544f2647b997be6ba9f (patch) | |
tree | dc5814df7acbc6876383922b06e2c0a2bbe3ac8c /net-analyzer | |
parent | sys-kernel/pf-sources: bump to 5.2-pf3 (diff) | |
download | gentoo-e5fb1deca49ffb33d5c98544f2647b997be6ba9f.tar.gz gentoo-e5fb1deca49ffb33d5c98544f2647b997be6ba9f.tar.bz2 gentoo-e5fb1deca49ffb33d5c98544f2647b997be6ba9f.zip |
dev-perl/GD: Drop stable keywords (and rdeps stable kw) re bug #661634
This module has some seriously diabolical behaviour if you actually
attempt to configure anything, if you attempt to configure media-libs/gd
in any regard, dev-perl/GD cannot be expected to give usable results,
as neither the configuration passed from the ebuild, or the
configuration indicated by media-libs/gd, are actually used for
compiling dev-perl/GD
Bug: https://bugs.gentoo.org/661634
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild index a532f9ba04d6..2d14d8885f1b 100644 --- a/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.2-r1.ebuild @@ -10,7 +10,7 @@ LICENSE="GPL-2" SRC_URI="mirror://sourceforge/squid-graph/${P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="dev-perl/GD[png]" |