From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A109E138331 for ; Mon, 19 Mar 2018 17:16:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC23E09A2; Mon, 19 Mar 2018 17:16:13 +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 A2F5DE09A2 for ; Mon, 19 Mar 2018 17:16:13 +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 9600F33BDE1 for ; Mon, 19 Mar 2018 17:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8099F263 for ; Mon, 19 Mar 2018 17:16:10 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1521479740.6ed51b77b5fdd37be77dc4e8fba0691c37e9c2b9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kbibtex/kbibtex-0.8_pre20180222.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6ed51b77b5fdd37be77dc4e8fba0691c37e9c2b9 X-VCS-Branch: master Date: Mon, 19 Mar 2018 17:16:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1d3e0cdb-50a3-49f9-a90f-1734db36a4a8 X-Archives-Hash: 5eda165d8f7cdf23bed008ec56c3f63e commit: 6ed51b77b5fdd37be77dc4e8fba0691c37e9c2b9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 19 17:06:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 19 17:15:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed51b77 app-text/kbibtex: Drop bogus poppler-qt5-relaxation Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-text/kbibtex/kbibtex-0.8_pre20180222.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/kbibtex/kbibtex-0.8_pre20180222.ebuild b/app-text/kbibtex/kbibtex-0.8_pre20180222.ebuild index a7517199371..9d0f604a0da 100644 --- a/app-text/kbibtex/kbibtex-0.8_pre20180222.ebuild +++ b/app-text/kbibtex/kbibtex-0.8_pre20180222.ebuild @@ -44,7 +44,7 @@ DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) $(add_qt_dep qtxmlpatterns) - app-text/poppler[qt5(+)] + app-text/poppler[qt5] dev-libs/icu:= virtual/tex-base webengine? ( $(add_qt_dep qtwebengine 'widgets') )