From 9b464035019f575e9f53fb8fccd3bf39b132e409 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 17 Feb 2019 13:50:19 +0100 Subject: [PATCH] media-gfx/maim: EAPI-7 bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- media-gfx/maim/maim-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-9999.ebuild index 60cae2903780..d046bb0b70e6 100644 --- a/media-gfx/maim/maim-9999.ebuild +++ b/media-gfx/maim/maim-9999.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja} inherit cmake-utils DESCRIPTION="Commandline tool to take screenshots of the desktop" @@ -21,7 +20,7 @@ LICENSE="GPL-3" SLOT="0" IUSE="unicode" -RDEPEND=" +DEPEND=" media-libs/libpng:0= virtual/jpeg:0 x11-libs/libX11 @@ -32,7 +31,7 @@ RDEPEND=" x11-libs/libXrender x11-misc/slop:= unicode? ( dev-libs/icu:= )" -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( -- 2.26.2