From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A418138334 for ; Sun, 17 Feb 2019 13:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EA97E09B4; Sun, 17 Feb 2019 13:04:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3A99E09B4 for ; Sun, 17 Feb 2019 13:04:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F09E335D13 for ; Sun, 17 Feb 2019 13:04:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C860326 for ; Sun, 17 Feb 2019 13:04:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550408675.9b464035019f575e9f53fb8fccd3bf39b132e409.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/maim/maim-9999.ebuild X-VCS-Directories: media-gfx/maim/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b464035019f575e9f53fb8fccd3bf39b132e409 X-VCS-Branch: master Date: Sun, 17 Feb 2019 13:04:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 431fe1f6-d4e2-4605-aaef-5c75856ddbf5 X-Archives-Hash: 4a816eae5c14e7ac723ed787c9ff5202 commit: 9b464035019f575e9f53fb8fccd3bf39b132e409 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 12:50:19 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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=(