diff options
Diffstat (limited to 'sys-libs/com_err')
-rw-r--r-- | sys-libs/com_err/com_err-1.38.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-libs/com_err/com_err-1.38.ebuild b/sys-libs/com_err/com_err-1.38.ebuild index 7d3003c84227..0ccd4a194321 100644 --- a/sys-libs/com_err/com_err-1.38.ebuild +++ b/sys-libs/com_err/com_err-1.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/com_err/com_err-1.38.ebuild,v 1.9 2005/08/03 03:13:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/com_err/com_err-1.38.ebuild,v 1.10 2005/08/11 03:25:59 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/e2fsprogs-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="nls" RDEPEND="" @@ -21,10 +21,7 @@ S=${WORKDIR}/e2fsprogs-${PV} src_unpack() { unpack ${A} cd "${S}" - # Clean up makefile to suck less epatch "${FILESDIR}"/${PN}-1.37-makefile.patch - - # Keep the package from doing silly things export LDCONFIG=/bin/true export CC=$(tc-getCC) export STRIP=/bin/true |