Index: gnatbuild.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v retrieving revision 1.2 diff -u -b -B -r1.2 gnatbuild.eclass --- gnatbuild.eclass 18 Jan 2006 00:32:07 -0000 1.2 +++ gnatbuild.eclass 22 Jan 2006 14:50:32 -0000 @@ -6,7 +6,7 @@ # set HOMEPAGE and LICENSE in appropriate ebuild, as we have # 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 @@ -257,6 +257,7 @@ case $1 in base_unpack) unpack ${A} + pax-mark -execstack $(find ${GNATBOOT} -name gnat1) ;; common_prep)