View | Details | Raw Unified
Collapse All | Expand All

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