From: Mikle Kolyada Date: Fri, 22 Feb 2019 09:48:27 +0000 (+0300) Subject: media-gfx/fbgrab: EAPI bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7ab6c6b75d998e6a39354132bcf16e19a6c6d8be;p=gentoo.git media-gfx/fbgrab: EAPI bump Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/media-gfx/fbgrab/fbgrab-1.3.ebuild b/media-gfx/fbgrab/fbgrab-1.3.ebuild index 79ccfa440935..07d7f5e68fb5 100644 --- a/media-gfx/fbgrab/fbgrab-1.3.ebuild +++ b/media-gfx/fbgrab/fbgrab-1.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Framebuffer screenshot utility" HOMEPAGE="https://fbgrab.monells.se/" @@ -20,6 +20,7 @@ RDEPEND="media-libs/libpng:= DEPEND="${RDEPEND}" src_prepare() { + default sed -i -e "s:-g::" Makefile || die "sed failed" }