commit: c5797f46441ad82e64b941c5fe426da84e351cf0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 17 10:47:02 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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)
