commit:     9b464035019f575e9f53fb8fccd3bf39b132e409
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 12:50:19 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 13:04:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b464035

media-gfx/maim: EAPI-7 bump

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 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 60cae290378..d046bb0b70e 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=(

Reply via email to