From 312944615b0c62fc08120beff86decd1bc8647fe Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Fri, 8 Jan 2016 19:48:37 +0300 Subject: media-video/mpv: keep build timestamp in the live version Package-Manager: portage-2.2.26 --- media-video/mpv/mpv-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'media-video/mpv') diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index ead9006ccb05..236fa9e35376 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -174,7 +174,6 @@ src_configure() { --disable-libmpv-static --disable-static-build - --disable-build-date # Create reproducible build --disable-optimize # Do not add '-O2' to CFLAGS --disable-debug-build # Do not add '-g' to CFLAGS @@ -261,6 +260,9 @@ src_configure() { mywafargs+=(--disable-vaapi-x-egl) fi + # Create reproducible non-live builds + [[ ${PV} != *9999* ]] && mywafargs+=(--disable-build-date) + waf-utils_src_configure "${mywafargs[@]}" } -- cgit v1.2.3-65-gdbad