commit:     b467643166110387dbf90c96e8849737b74bad14
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 22:40:00 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=b4676431

kde-misc/tellico: Switch to app-text/poppler:0-qt4, EAPI-6 bump

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-misc/tellico/tellico-2.3.11.ebuild | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/kde-misc/tellico/tellico-2.3.11.ebuild 
b/kde-misc/tellico/tellico-2.3.11.ebuild
index 0283713b..48729ca2 100644
--- a/kde-misc/tellico/tellico-2.3.11.ebuild
+++ b/kde-misc/tellico/tellico-2.3.11.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 KDE_MINIMAL="4.13.1"
 KDE_HANDBOOK="optional"
@@ -24,7 +24,7 @@ RDEPEND="
        media-libs/qimageblitz
        addressbook? ( $(add_kdeapps_dep kdepimlibs) )
        cddb? ( $(add_kdeapps_dep libkcddb) )
-       pdf? ( app-text/poppler[qt4(-)] )
+       pdf? ( app-text/poppler:0-qt4 )
        scanner? ( $(add_kdeapps_dep libksane) )
        taglib? ( >=media-libs/taglib-1.5 )
        v4l? ( >=media-libs/libv4l-0.8.3 )
@@ -43,14 +43,14 @@ DOCS=( AUTHORS ChangeLog README )
 src_configure() {
        local mycmakeargs=(
                -DWITH_Nepomuk=OFF
-               $(cmake-utils_use_with addressbook KdepimLibs)
-               $(cmake-utils_use_with cddb KdeMultimedia)
-               $(cmake-utils_use_with pdf PopplerQt4)
-               $(cmake-utils_use_with scanner KSane)
-               $(cmake-utils_use_with taglib)
-               $(cmake-utils_use_enable v4l WEBCAM)
-               $(cmake-utils_use_with xmp Exempi)
-               $(cmake-utils_use_with yaz)
+               -DWITH_KdepimLibs=$(usex addressbook)
+               -DWITH_KdeMultimedia=$(usex cddb)
+               -DWITH_PopplerQt4=$(usex pdf)
+               -DWITH_KSane=$(usex scanner)
+               -DWITH_Taglib=$(usex taglib)
+               -DENABLE_WEBCAM=$(usex v4l)
+               -DWITH_Exempi=$(usex xmp)
+               -DWITH_Yaz=$(usex yaz)
        )
 
        kde4-base_src_configure

Reply via email to