Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/
Date: Sun, 17 Feb 2019 13:04:51
Message-Id: 1550408675.9b464035019f575e9f53fb8fccd3bf39b132e409.asturm@gentoo
1 commit: 9b464035019f575e9f53fb8fccd3bf39b132e409
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 12:50:19 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 13:04:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b464035
7
8 media-gfx/maim: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/maim/maim-9999.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/media-gfx/maim/maim-9999.ebuild b/media-gfx/maim/maim-9999.ebuild
17 index 60cae290378..d046bb0b70e 100644
18 --- a/media-gfx/maim/maim-9999.ebuild
19 +++ b/media-gfx/maim/maim-9999.ebuild
20 @@ -1,9 +1,8 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
29 inherit cmake-utils
30
31 DESCRIPTION="Commandline tool to take screenshots of the desktop"
32 @@ -21,7 +20,7 @@ LICENSE="GPL-3"
33 SLOT="0"
34 IUSE="unicode"
35
36 -RDEPEND="
37 +DEPEND="
38 media-libs/libpng:0=
39 virtual/jpeg:0
40 x11-libs/libX11
41 @@ -32,7 +31,7 @@ RDEPEND="
42 x11-libs/libXrender
43 x11-misc/slop:=
44 unicode? ( dev-libs/icu:= )"
45 -DEPEND="${RDEPEND}"
46 +RDEPEND="${DEPEND}"
47
48 src_configure() {
49 local mycmakeargs=(