From 7ab6c6b75d998e6a39354132bcf16e19a6c6d8be Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Fri, 22 Feb 2019 12:48:27 +0300 Subject: [PATCH] media-gfx/fbgrab: EAPI bump Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- media-gfx/fbgrab/fbgrab-1.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" } -- 2.26.2