commit: 7ab6c6b75d998e6a39354132bcf16e19a6c6d8be Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Feb 22 09:48:27 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Feb 22 09:48:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab6c6b7
media-gfx/fbgrab: EAPI bump Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> 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 79ccfa44093..07d7f5e68fb 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" }
