Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338891 | Differences between
and this patch

Collapse All | Expand All

(-)/var/portage/dev-libs/glib/glib-2.24.2.ebuild (-1 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit autotools gnome.org libtool eutils flag-o-matic
7
inherit autotools gnome.org libtool eutils flag-o-matic pax-utils
8
8
9
DESCRIPTION="The GLib library of C routines"
9
DESCRIPTION="The GLib library of C routines"
10
HOMEPAGE="http://www.gtk.org/"
10
HOMEPAGE="http://www.gtk.org/"
Lines 105-109 Link Here
105
	export XDG_CONFIG_DIRS=/etc/xdg
105
	export XDG_CONFIG_DIRS=/etc/xdg
106
	export XDG_DATA_DIRS=/usr/local/share:/usr/share
106
	export XDG_DATA_DIRS=/usr/local/share:/usr/share
107
	export XDG_DATA_HOME="${T}"
107
	export XDG_DATA_HOME="${T}"
108
	if host-is-pax ; then
109
		pax-mark -mr "${S}"/tests/.libs/assert-msg-test || die "File not found" # Hardened: gdb needs this
110
	fi
108
	emake check || die "tests failed"
111
	emake check || die "tests failed"
109
}
112
}

Return to bug 338891