diff options
author | eroen <eroen@occam.eroen.eu> | 2014-02-15 16:43:33 +0100 |
---|---|---|
committer | eroen <eroen@occam.eroen.eu> | 2014-02-15 16:43:33 +0100 |
commit | c9dea149181a0103bc49d077a4fcb1a62237ddc3 (patch) | |
tree | 9ef1b27f65b6de61bc384b16dede14fe57c0705d /dev-util | |
parent | kbuild - set TIME_STYLE=posix-locale (diff) | |
download | eroen-c9dea149181a0103bc49d077a4fcb1a62237ddc3.tar.gz eroen-c9dea149181a0103bc49d077a4fcb1a62237ddc3.tar.bz2 eroen-c9dea149181a0103bc49d077a4fcb1a62237ddc3.zip |
kbuild - explain TIME_STYLE issue
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild b/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild index 942833c..556195a 100644 --- a/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild +++ b/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild @@ -25,6 +25,8 @@ RDEPEND="" S=${WORKDIR}/${MY_P/-src} pkg_setup() { + # https://bugs.gentoo.org/501394 + # src/sed/config/mdate-sh parses `ls` output export TIME_STYLE=posix-locale } |