--- /var/portage/dev-libs/glib/glib-2.24.2.ebuild 2010-09-08 23:05:32.000000000 +0200 +++ glib-2.24.2.ebuild 2010-09-28 17:21:03.128083070 +0200 @@ -6,6 +6,10 @@ inherit autotools gnome.org libtool eutils flag-o-matic +if use test ; then + inherit pax-utils +fi + DESCRIPTION="The GLib library of C routines" HOMEPAGE="http://www.gtk.org/" @@ -105,5 +109,6 @@ export XDG_CONFIG_DIRS=/etc/xdg export XDG_DATA_DIRS=/usr/local/share:/usr/share export XDG_DATA_HOME="${T}" + pax-mark -mr "${S}"/tests/.libs/assert-msg-test || die "File not found" # Hardened: gdb needs this emake check || die "tests failed" }