From: Michał Górny Date: Thu, 21 May 2020 05:43:13 +0000 (+0200) Subject: app-portage/eix: Workaround dep on protobuf-c X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73b21a1253f24d4d0697de24e1ef3b2e52af0d01;p=gentoo.git app-portage/eix: Workaround dep on protobuf-c Bug: https://bugs.gentoo.org/724366 Signed-off-by: Michał Górny --- diff --git a/app-portage/eix/eix-0.34.1.ebuild b/app-portage/eix/eix-0.34.1.ebuild index 243166afda4b..d2aaec3c2f01 100644 --- a/app-portage/eix/eix-0.34.1.ebuild +++ b/app-portage/eix/eix-0.34.1.ebuild @@ -40,6 +40,11 @@ src_prepare() { -i src/eix-functions.sh.in || die sed -e "s:'\$(bindir)/eix-functions.sh':cat \\\\\"${EPREFIX}/usr/share/eix/eix-functions\\\\\":" \ -i src/Makefile.am || die + + # workaround unconditional protobuf use + # https://bugs.gentoo.org/724366 + sed -e '/eix-proto\.cc/d' -i src/Makefile.am || die + eautoreconf }