From 03aa88d5854aa49a5bc61f29ce81bf401c93af6f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 14 Mar 2005 23:46:26 +0000 Subject: m68k pollution (Portage version: 2.0.51.19) --- sys-apps/man/man-1.5p.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sys-apps/man') diff --git a/sys-apps/man/man-1.5p.ebuild b/sys-apps/man/man-1.5p.ebuild index 04c23a19bb14..cf08b305b705 100644 --- a/sys-apps/man/man-1.5p.ebuild +++ b/sys-apps/man/man-1.5p.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/man/man-1.5p.ebuild,v 1.3 2005/03/04 23:31:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5p.ebuild,v 1.4 2005/03/14 23:46:26 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -11,11 +11,10 @@ SRC_URI="mirror://kernel/linux/utils/man/man-${NV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="nls" -DEPEND="virtual/libc - >=sys-apps/sed-4" +DEPEND="" RDEPEND="sys-process/cronbase >=sys-apps/groff-1.18 nls? ( sys-devel/gettext )" @@ -24,7 +23,7 @@ S="${WORKDIR}/${PN}-${NV}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Make sure we can build with -j :) epatch ${FILESDIR}/man-1.5p-parallel-make.patch -- cgit v1.2.3-65-gdbad