summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2018-06-29 09:55:45 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2018-06-29 09:56:07 +0200
commit3755cdfe74690e92ddfb654e1110d6399a8f1733 (patch)
tree74770b6b13fb31a44c28c817a03997d3bd84c694 /sys-apps/coreutils/coreutils-8.29.ebuild
parentsys-devel/gcc: fix compilation on >=Solaris-11, bug #657514 (diff)
downloadprefix-3755cdfe74690e92ddfb654e1110d6399a8f1733.tar.gz
prefix-3755cdfe74690e92ddfb654e1110d6399a8f1733.tar.bz2
prefix-3755cdfe74690e92ddfb654e1110d6399a8f1733.zip
sys-apps/coreutils: touch more files to avoid perl dep
The cygwin patch changes src/stat.c, a prerequisite for src/fs.h and src/fs-is-local.h, which are created using some perl command too. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Manifest-Sign-Key: 0x29FB0E9EC719EE20
Diffstat (limited to 'sys-apps/coreutils/coreutils-8.29.ebuild')
-rw-r--r--sys-apps/coreutils/coreutils-8.29.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-8.29.ebuild b/sys-apps/coreutils/coreutils-8.29.ebuild
index a7ce6492fd..e430e60c93 100644
--- a/sys-apps/coreutils/coreutils-8.29.ebuild
+++ b/sys-apps/coreutils/coreutils-8.29.ebuild
@@ -102,7 +102,7 @@ src_prepare() {
# Avoid perl dep for compiled in dircolors default #348642
if ! has_version dev-lang/perl ; then
- touch src/dircolors.h
+ touch src/{dircolors.h,fs.h,fs-is-local.h}
touch ${@/%x/1}
fi
}