diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-17 13:50:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-17 14:04:35 +0100 |
commit | 9b464035019f575e9f53fb8fccd3bf39b132e409 (patch) | |
tree | 3e2b09522918a929553ee9fc34cc331ba1ad5795 /media-gfx/maim | |
parent | net-analyzer/argus-clients: Fix USE=mysql (diff) | |
download | gentoo-9b464035019f575e9f53fb8fccd3bf39b132e409.tar.gz gentoo-9b464035019f575e9f53fb8fccd3bf39b132e409.tar.bz2 gentoo-9b464035019f575e9f53fb8fccd3bf39b132e409.zip |
media-gfx/maim: EAPI-7 bump
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/maim')
-rw-r--r-- | media-gfx/maim/maim-9999.ebuild | 9 |
1 files 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=( |