summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-17 11:47:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-17 12:13:00 +0100
commitc5797f46441ad82e64b941c5fe426da84e351cf0 (patch)
treec14b411d9a2e56b33ef1b2b98aa600b9f8c806ed /media-gfx/exif
parentmedia-gfx/exif: update HOMEPAGE (diff)
downloadgentoo-c5797f46441ad82e64b941c5fe426da84e351cf0.tar.gz
gentoo-c5797f46441ad82e64b941c5fe426da84e351cf0.tar.bz2
gentoo-c5797f46441ad82e64b941c5fe426da84e351cf0.zip
media-gfx/exif: 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/exif')
-rw-r--r--media-gfx/exif/exif-0.6.21.ebuild14
1 files 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 157d8b185465..9cff77dbbda3 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)