Index: lsof-4.84.ebuild =================================================================== --- lsof-4.84.ebuild (revision 60383) +++ lsof-4.84.ebuild (working copy) @@ -13,7 +13,7 @@ LICENSE="lsof" SLOT="0" -KEYWORDS="~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~amd64-linux ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~ppc-aix ~ppc-macos ~s390 ~sh ~sparc ~sparc-solaris ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~x86-solaris" IUSE="static selinux" DEPEND="selinux? ( sys-libs/libselinux )" @@ -26,14 +26,6 @@ unpack ./${MY_P}_src.tar cd "${S}" epatch "${FILESDIR}"/${PN}-4.81-aix.patch #278831 -# epatch "${FILESDIR}"/${PN}-4.82-config-solaris.patch -# epatch "${FILESDIR}"/${PN}-4.80-solaris11.patch -# if [[ ${CHOST} == *-solaris2.11 ]] ; then -# mkdir -p ext/sys -# # missing system header :( -# cp "${FILESDIR}"/solaris11-extdirent.h ext/sys/extdirent.h -# ( cd lib && ln -s ../ext ) -# fi } yesno() { use $1 && echo y || echo n ; } @@ -57,14 +49,13 @@ use static && append-ldflags -static touch .neverInv - touch .neverCust LINUX_HASSELINUX=$(yesno selinux) \ LSOF_CC=$(tc-getCC) \ LSOF_AR="$(ar)" \ LSOF_RANLIB=$(tc-getRANLIB) \ LSOF_CFGF="${CFLAGS} ${CPPFLAGS}" \ LSOF_CFGL="${CFLAGS} ${LDFLAGS}" \ - ./Configure -n $(target) < /dev/null || die + ./Configure -n $(target) || die emake DEBUG="" all || die "emake failed" }