From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1145006-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C7D39138350
	for <garchives@archives.gentoo.org>; Tue, 11 Feb 2020 10:51:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C5498E084E;
	Tue, 11 Feb 2020 10:51:06 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9684CE084E
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Feb 2020 10:51:06 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2D2B734EB31
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Feb 2020 10:51:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 414DF7B
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Feb 2020 10:51:03 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1581418211.233b926090071dd5153b5ae90ac8958f7234ad5d.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kitinerary/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/kitinerary/kitinerary-19.12.2.ebuild
X-VCS-Directories: kde-apps/kitinerary/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 233b926090071dd5153b5ae90ac8958f7234ad5d
X-VCS-Branch: master
Date: Tue, 11 Feb 2020 10:51:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8d44b659-ae1e-4e3c-a5e0-beddc1e01faa
X-Archives-Hash: 04722b4ff20c169963cad2790290ec34

commit:     233b926090071dd5153b5ae90ac8958f7234ad5d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 09:27:40 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 10:50:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233b9260

kde-apps/kitinerary: Temporarily drop USE pdf

Currently -pdf is broken and stable branch still not fixed.

Closes: https://bugs.gentoo.org/703398
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kitinerary/kitinerary-19.12.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kitinerary/kitinerary-19.12.2.ebuild b/kde-apps/kitinerary/kitinerary-19.12.2.ebuild
index 1cdaeded5a5..e5354f4b32f 100644
--- a/kde-apps/kitinerary/kitinerary-19.12.2.ebuild
+++ b/kde-apps/kitinerary/kitinerary-19.12.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://kde.org/applications/office/org.kde.kontact"
 LICENSE="LGPL-2.1+"
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="+barcode pdf"
+IUSE="+barcode"
 
 DEPEND="
 	>=dev-qt/qtdeclarative-${QTMIN}:5
@@ -27,9 +27,9 @@ DEPEND="
 	>=kde-frameworks/ki18n-${KFMIN}:5
 	>=kde-apps/kmime-${PVCUT}:5
 	>=kde-apps/kpkpass-${PVCUT}:5
+	app-text/poppler:=[qt5]
 	sys-libs/zlib
 	barcode? ( media-libs/zxing-cpp )
-	pdf? ( app-text/poppler:=[qt5] )
 "
 RDEPEND="${DEPEND}
 	!<kde-apps/kdepim-addons-18.07.80
@@ -38,7 +38,6 @@ RDEPEND="${DEPEND}
 src_configure() {
 	local mycmakeargs=(
 		$(cmake_use_find_package barcode ZXing)
-		$(cmake_use_find_package pdf Poppler)
 	)
 	ecm_src_configure
 }