From 73b21a1253f24d4d0697de24e1ef3b2e52af0d01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 21 May 2020 07:43:13 +0200 Subject: [PATCH] app-portage/eix: Workaround dep on protobuf-c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/724366 Signed-off-by: Michał Górny --- app-portage/eix/eix-0.34.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) 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 } -- 2.26.2