From: Sergei Trofimovich Date: Thu, 7 Nov 2019 23:37:36 +0000 (+0000) Subject: sys-apps/guix: add a reference to 'touch' hack X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3e826423b7973836f33152a06c5100a5e71ecf90;p=gentoo.git sys-apps/guix: add a reference to 'touch' hack Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich --- diff --git a/sys-apps/guix/guix-1.0.1.ebuild b/sys-apps/guix/guix-1.0.1.ebuild index cb8689ab8712..309d371d09c3 100644 --- a/sys-apps/guix/guix-1.0.1.ebuild +++ b/sys-apps/guix/guix-1.0.1.ebuild @@ -122,6 +122,7 @@ src_prepare() { # loads system one (from potentially older version of guix). # To work it around we bump last modification timestamp of # '*.scm' files. + # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112 find "${S}" -name "*.scm" -exec touch {} + || die # Gentoo stores systemd unit files in lib, never in lib64: bug #689772