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/exif/
Date: Sun, 17 Feb 2019 11:13:14
Message-Id: 1550401980.c5797f46441ad82e64b941c5fe426da84e351cf0.asturm@gentoo
1 commit: c5797f46441ad82e64b941c5fe426da84e351cf0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 10:47:02 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 11:13:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5797f46
7
8 media-gfx/exif: 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/exif/exif-0.6.21.ebuild | 14 +++++++++-----
14 1 file changed, 9 insertions(+), 5 deletions(-)
15
16 diff --git a/media-gfx/exif/exif-0.6.21.ebuild b/media-gfx/exif/exif-0.6.21.ebuild
17 index 157d8b18546..9cff77dbbda 100644
18 --- a/media-gfx/exif/exif-0.6.21.ebuild
19 +++ b/media-gfx/exif/exif-0.6.21.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=4
25 +EAPI=7
26
27 DESCRIPTION="Small CLI util to show EXIF infos hidden in JPEG files"
28 HOMEPAGE="https://libexif.github.io/"
29 @@ -12,11 +12,15 @@ SLOT="0"
30 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
31 IUSE="nls"
32
33 -RDEPEND="dev-libs/popt
34 - >=media-libs/libexif-${PV}"
35 -DEPEND="${RDEPEND}
36 +BDEPEND="
37 virtual/pkgconfig
38 - nls? ( sys-devel/gettext )"
39 + nls? ( sys-devel/gettext )
40 +"
41 +DEPEND="
42 + dev-libs/popt
43 + >=media-libs/libexif-${PV}
44 +"
45 +RDEPEND="${DEPEND}"
46
47 src_configure() {
48 econf $(use_enable nls)