summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-12-08 19:40:53 +0000
committerMike Frysinger <vapier@gentoo.org>2012-12-08 19:40:53 +0000
commitda2dfd111eea639551cf8e40303d5c105e5cf0e5 (patch)
treea7ff506d080c611c6fb56d9d5a392fa7b69ce9b6 /sys-apps/coreutils
parentStable for ppc64, wrt bug #427546 (diff)
downloadgentoo-2-da2dfd111eea639551cf8e40303d5c105e5cf0e5.tar.gz
gentoo-2-da2dfd111eea639551cf8e40303d5c105e5cf0e5.tar.bz2
gentoo-2-da2dfd111eea639551cf8e40303d5c105e5cf0e5.zip
Disable man generation for native compiles too #446438 by Mario Kicherer.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r--sys-apps/coreutils/ChangeLog5
-rw-r--r--sys-apps/coreutils/coreutils-8.20.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog
index 61f02a279e48..c8da35c924bb 100644
--- a/sys-apps/coreutils/ChangeLog
+++ b/sys-apps/coreutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coreutils
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.359 2012/12/07 20:41:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.360 2012/12/08 19:40:53 vapier Exp $
+
+ 08 Dec 2012; Mike Frysinger <vapier@gentoo.org> coreutils-8.20.ebuild:
+ Disable man generation for native compiles too #446438 by Mario Kicherer.
07 Dec 2012; Mike Frysinger <vapier@gentoo.org> coreutils-8.20.ebuild:
Fix cross-compiling #446104 and x32 building.
diff --git a/sys-apps/coreutils/coreutils-8.20.ebuild b/sys-apps/coreutils/coreutils-8.20.ebuild
index 49423a5d60ce..670cd6e637a3 100644
--- a/sys-apps/coreutils/coreutils-8.20.ebuild
+++ b/sys-apps/coreutils/coreutils-8.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.7 2012/12/07 20:41:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.8 2012/12/08 19:40:53 vapier Exp $
EAPI="3"
@@ -54,7 +54,7 @@ src_prepare() {
# Also, it's not like we changed the usage on any of these things,
# so let's just update the timestamps and skip the help2man step.
set -- man/*.x
- tc-is-cross-compiler && touch ${@/%x/1}
+ touch ${@/%x/1}
# Avoid perl dep for compiled in dircolors default #348642
if ! has_version dev-lang/perl ; then