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 2AE06138335 for ; Sun, 13 Oct 2019 15:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A54BE0849; Sun, 13 Oct 2019 15:50:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 10270E0849 for ; Sun, 13 Oct 2019 15:50:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1C8534BCBF for ; Sun, 13 Oct 2019 15:50:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0DA183D for ; Sun, 13 Oct 2019 15:50:09 +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: <1570981795.a5a49e20c2fab66b4ce2a1bbb2d600b113c66da6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libical/libical-3.0.6.ebuild X-VCS-Directories: dev-libs/libical/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5a49e20c2fab66b4ce2a1bbb2d600b113c66da6 X-VCS-Branch: master Date: Sun, 13 Oct 2019 15:50:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4740ed6e-9b9c-47bb-871a-3835379a027e X-Archives-Hash: 26ef073f7e7e74c74160f6452880b6c3 commit: a5a49e20c2fab66b4ce2a1bbb2d600b113c66da6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 13 15:47:53 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 15:49:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a49e20 dev-libs/libical: Fix dependencies Closes: https://bugs.gentoo.org/695376 Thanks-to: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libical/libical-3.0.6.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-libs/libical/libical-3.0.6.ebuild b/dev-libs/libical/libical-3.0.6.ebuild index c8d46360f12..d5460297027 100644 --- a/dev-libs/libical/libical-3.0.6.ebuild +++ b/dev-libs/libical/libical-3.0.6.ebuild @@ -21,19 +21,19 @@ BDEPEND=" dev-lang/perl virtual/pkgconfig doc? ( app-doc/doxygen ) + introspection? ( dev-libs/gobject-introspection ) test? ( ${PYTHON_DEPS} ) vala? ( $(vala_depend) ) " -DEPEND=" +COMMON_DEPEND=" dev-libs/icu:= berkdb? ( sys-libs/db:= ) - introspection? ( - dev-libs/glib:2 - dev-libs/gobject-introspection:= - dev-libs/libxml2:2 - ) + introspection? ( dev-libs/glib:2 ) +" +DEPEND="${COMMON_DEPEND} + introspection? ( dev-libs/libxml2:2 ) " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} sys-libs/timezone-data "