commit: 43c48e44141fc3bb4603f321772535386393493d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 22:23:05 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 23:48:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=43c48e44
kde-frameworks/kfilemetadata: Switch to app-text/poppler:0-qt4, EAPI-6
Improve compatibility with Gentoo ebuild repo.
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
b/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
index bd959ca8..6f976650 100644
--- a/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
+++ b/kde-frameworks/kfilemetadata/kfilemetadata-4.14.3.ebuild
@@ -1,21 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
+CMAKE_REMOVE_MODULES_LIST=( FindPopplerQt4 )
inherit kde4-base
DESCRIPTION="Library for extracting file metadata"
+
+SLOT="4"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="debug epub exif ffmpeg mobi pdf taglib"
-SLOT="4"
DEPEND="
epub? ( app-text/ebook-tools )
exif? ( media-gfx/exiv2:= )
ffmpeg? ( media-video/ffmpeg:0= )
mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) )
- pdf? ( app-text/poppler[qt4(-)] )
+ pdf? ( app-text/poppler:0-qt4 )
taglib? ( media-libs/taglib )
"
RDEPEND="${DEPEND}"