diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-14 23:46:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-14 23:46:26 +0000 |
commit | 03aa88d5854aa49a5bc61f29ce81bf401c93af6f (patch) | |
tree | 882eb4b08f6ac07daf89fc78c74e3d7311572450 /sys-apps/man | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-03aa88d5854aa49a5bc61f29ce81bf401c93af6f.tar.gz gentoo-2-03aa88d5854aa49a5bc61f29ce81bf401c93af6f.tar.bz2 gentoo-2-03aa88d5854aa49a5bc61f29ce81bf401c93af6f.zip |
m68k pollution
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/man')
-rw-r--r-- | sys-apps/man/man-1.5p.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
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 |