diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 10:14:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-24 10:14:38 +0000 |
commit | d68bd33216d9eefd38969ea0e46a5c87b752e9cc (patch) | |
tree | 9f7d87d6fc7fd18f670b7d9b667bc7ed80b1040d /sys-apps | |
parent | amd64/arm/hppa/ia64/s390/x86 stable (diff) | |
download | gentoo-2-d68bd33216d9eefd38969ea0e46a5c87b752e9cc.tar.gz gentoo-2-d68bd33216d9eefd38969ea0e46a5c87b752e9cc.tar.bz2 gentoo-2-d68bd33216d9eefd38969ea0e46a5c87b752e9cc.zip |
stabilize
(Portage version: 2.0.51.20)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/diffutils/diffutils-2.8.7-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/diffutils/diffutils-2.8.7-r1.ebuild b/sys-apps/diffutils/diffutils-2.8.7-r1.ebuild index 015e245903e2..c0a932a7f779 100644 --- a/sys-apps/diffutils/diffutils-2.8.7-r1.ebuild +++ b/sys-apps/diffutils/diffutils-2.8.7-r1.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-apps/diffutils/diffutils-2.8.7-r1.ebuild,v 1.4 2005/04/09 12:57:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7-r1.ebuild,v 1.5 2005/04/24 10:14:38 vapier Exp $ inherit eutils flag-o-matic @@ -11,23 +11,23 @@ SRC_URI="ftp://alpha.gnu.org/gnu/diffutils/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 ~ppc-macos s390 sh ~sparc x86" IUSE="nls static" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Removes waitpid() call after pclose() on piped diff stream, closing # bug #11728, thanks to D Wollmann <converter@dalnet-perl.org> - epatch ${FILESDIR}/diffutils-2.8.4-sdiff-no-waitpid.patch + epatch "${FILESDIR}"/diffutils-2.8.4-sdiff-no-waitpid.patch # Fix utf8 support. Patch from MDK. #71689 - epatch ${WORKDIR}/${P}-i18n.patch + epatch "${WORKDIR}"/${P}-i18n.patch # Make sure we don't try generating the manpages ... this requires # 'help2man' which is a perl app which is not available in a |