--- /var/db/repos/gentoo/x11-misc/tabbed/tabbed-0.6.ebuild 2021-04-07 21:47:29.677912184 -0300 +++ prg/repos/overlay/x11-misc/tabbed/tabbed-0.6.ebuild 2021-04-07 22:04:21.426980107 -0300 @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit savedconfig toolchain-funcs DESCRIPTION="Simple generic tabbed fronted to xembed aware applications" @@ -20,12 +20,13 @@ DEPEND=" " src_prepare() { + default + sed config.mk \ -e '/^CC/d' \ -e 's|/usr/local|/usr|g' \ -e 's|^CFLAGS.*|CFLAGS += -std=c99 -pedantic -Wall $(INCS) $(CPPFLAGS)|g' \ -e 's|^LDFLAGS.*|LDFLAGS += $(CFLAGS) $(LIBS)|g' \ - -e 's|^LIBS.*|LIBS = -lX11|g' \ -e 's|{|(|g;s|}|)|g' \ -i || die