--- libprelude-1.0.1.ebuild 2012-12-26 01:16:17.000000000 +0100 +++ libprelude2-1.0.1.ebuild 2012-12-27 22:33:43.000000000 +0100 @@ -50,6 +50,9 @@ # Python bindings are built/installed manually. sed -e "/^SUBDIRS =/s/ python//" -i bindings/low-level/Makefile.am bindings/Makefile.am || die "sed failed" + # dirty workaround for glibc 2.16 compatibility + sed -e '/gets is a security hole/d' -i libmissing/stdio.in.h || die "sed failed" + eautoreconf }