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 (+5 lines)
Lines 6-11 Link Here
6
6
7
inherit autotools gnome.org libtool eutils flag-o-matic
7
inherit autotools gnome.org libtool eutils flag-o-matic
8
8
9
if use test ; then
10
	inherit pax-utils
11
fi
12
9
DESCRIPTION="The GLib library of C routines"
13
DESCRIPTION="The GLib library of C routines"
10
HOMEPAGE="http://www.gtk.org/"
14
HOMEPAGE="http://www.gtk.org/"
11
15
Lines 105-109 Link Here
105
	export XDG_CONFIG_DIRS=/etc/xdg
109
	export XDG_CONFIG_DIRS=/etc/xdg
106
	export XDG_DATA_DIRS=/usr/local/share:/usr/share
110
	export XDG_DATA_DIRS=/usr/local/share:/usr/share
107
	export XDG_DATA_HOME="${T}"
111
	export XDG_DATA_HOME="${T}"
112
	pax-mark -mr "${S}"/tests/.libs/assert-msg-test || die "File not found" # Hardened: gdb needs this
108
	emake check || die "tests failed"
113
	emake check || die "tests failed"
109
}
114
}

Return to bug 338891