--- psmisc-22.5-r2.ebuild 2007-09-27 15:36:26 +0000 +++ psmisc-22.5-r3.ebuild 2007-09-28 17:19:18 +0000 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.5-r2.ebuild,v 1.10 2007/09/27 15:28:18 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/psmisc/psmisc-22.5-r3.ebuild,v 1.0 2007/09/28 16:45:40 impulze Exp $ inherit eutils autotools @@ -27,6 +27,9 @@ epatch "${FILESDIR}"/${P}-sockets.patch # this package doesnt actually need C++ sed -i '/AC_PROG_CXX/d' configure.ac || die + # psmisc seems to build po/ regardles of nls flag + # it also uses AM_GETTEXT macros in configure.ac + ! use nls && epatch "${FILESDIR}/${P}-disable_nls.patch" eautoreconf }