--- /usr/portage/dev-perl/GD/GD-2.500.0.ebuild 2013-10-12 17:31:11.000000000 +0200 +++ /usr/local/portage/dev-perl/GD/GD-2.500.0-r1.ebuild 2014-02-26 18:25:02.642569976 +0100 @@ -52,6 +52,7 @@ use png && myconf+=",PNG" use xpm && myconf+=",XPM" use gif && myconf+=",GIF" + if has_version ">=media-libs/gd-2.0.33" ; then myconf+=",VERSION_33,GD_UNCLOSEDPOLY,GD_FTCIRCLE"; fi # Per line 284 of Makefile.PL myconf="-options '${myconf:1}'" perl-module_src_configure }