diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-06-04 14:58:07 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-07 16:57:49 +0200 |
commit | fb65b28c94cc840ef3f4e5b22f918f21ca8a8815 (patch) | |
tree | a74db781a012781e0d0662d8d66b098082e46347 /app-text/libetonyek/libetonyek-9999.ebuild | |
parent | arch/alpha/package.use.mask: Maske USE=openh264 for ffmpeg (diff) | |
download | gentoo-fb65b28c94cc840ef3f4e5b22f918f21ca8a8815.tar.gz gentoo-fb65b28c94cc840ef3f4e5b22f918f21ca8a8815.tar.bz2 gentoo-fb65b28c94cc840ef3f4e5b22f918f21ca8a8815.zip |
app-text/libetonyek: Fix build w/ mdds-1.2.0
Patch taken from Debian. See also:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824584
Gentoo-bug: 584994
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-text/libetonyek/libetonyek-9999.ebuild')
-rw-r--r-- | app-text/libetonyek/libetonyek-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index 71de2347d2ef..3aa7b1ecc37b 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -44,7 +44,7 @@ pkg_pretend() { } src_prepare() { - eapply_user + default [[ -d m4 ]] || mkdir "m4" [[ ${PV} == 9999 ]] && eautoreconf } |