Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119382
Collapse All | Expand All

(-)gnatbuild.eclass (-1 / +2 lines)
Lines 6-12 Link Here
6
# set HOMEPAGE and LICENSE in appropriate ebuild, as we have
6
# set HOMEPAGE and LICENSE in appropriate ebuild, as we have
7
# gnat developed at two locations now.
7
# gnat developed at two locations now.
8
8
9
inherit versionator toolchain-funcs flag-o-matic multilib
9
inherit versionator toolchain-funcs flag-o-matic multilib pax-utils
10
10
11
EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install
11
EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install
12
12
Lines 257-262 Link Here
257
	case $1 in
257
	case $1 in
258
		base_unpack)
258
		base_unpack)
259
			unpack ${A}
259
			unpack ${A}
260
			pax-mark -execstack $(find ${GNATBOOT} -name gnat1)
260
		;;
261
		;;
261
262
262
		common_prep)
263
		common_prep)

Return to bug 119382