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 7D31B138335 for ; Sun, 17 Feb 2019 11:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0ED6E09BA; Sun, 17 Feb 2019 11:13:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8351FE09BA for ; Sun, 17 Feb 2019 11:13:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 58D99335D19 for ; Sun, 17 Feb 2019 11:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3614541 for ; Sun, 17 Feb 2019 11:13:10 +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: <1550401980.c5797f46441ad82e64b941c5fe426da84e351cf0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exif/exif-0.6.21.ebuild X-VCS-Directories: media-gfx/exif/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c5797f46441ad82e64b941c5fe426da84e351cf0 X-VCS-Branch: master Date: Sun, 17 Feb 2019 11:13:10 +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: 9ff0a4f7-85e1-4b50-96e7-d3759786dc76 X-Archives-Hash: 730d688eb9b1e33ba036a8556398e53c commit: c5797f46441ad82e64b941c5fe426da84e351cf0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 10:47:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 11:13:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5797f46 media-gfx/exif: EAPI-7 bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/exif/exif-0.6.21.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/media-gfx/exif/exif-0.6.21.ebuild b/media-gfx/exif/exif-0.6.21.ebuild index 157d8b18546..9cff77dbbda 100644 --- a/media-gfx/exif/exif-0.6.21.ebuild +++ b/media-gfx/exif/exif-0.6.21.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 DESCRIPTION="Small CLI util to show EXIF infos hidden in JPEG files" HOMEPAGE="https://libexif.github.io/" @@ -12,11 +12,15 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="nls" -RDEPEND="dev-libs/popt - >=media-libs/libexif-${PV}" -DEPEND="${RDEPEND} +BDEPEND=" virtual/pkgconfig - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext ) +" +DEPEND=" + dev-libs/popt + >=media-libs/libexif-${PV} +" +RDEPEND="${DEPEND}" src_configure() { econf $(use_enable nls)