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 5B8C21382C5 for ; Sun, 18 Mar 2018 03:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07EF2E0829; Sun, 18 Mar 2018 03:09:45 +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 CF3E6E0829 for ; Sun, 18 Mar 2018 03:09:44 +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 05E7E335C0C for ; Sun, 18 Mar 2018 03:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46E6D240 for ; Sun, 18 Mar 2018 03:09:41 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1521342569.8b5305b1f491a4a706e01797a71ad27b40db043b.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kexi/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kexi/kexi-9999.ebuild X-VCS-Directories: app-office/kexi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8b5305b1f491a4a706e01797a71ad27b40db043b X-VCS-Branch: master Date: Sun, 18 Mar 2018 03:09:41 +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: 9c50e5a9-1f7f-4549-bfc4-cd7d5607458a X-Archives-Hash: f1489226d48f21265f8c750a8ed63d6b commit: 8b5305b1f491a4a706e01797a71ad27b40db043b Author: Michael Palimaka gentoo org> AuthorDate: Sun Mar 18 02:47:58 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Mar 18 03:09:29 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b5305b1 app-office/kexi: configure fails if breeze-icons-rcc is not present Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/kexi/kexi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/kexi/kexi-9999.ebuild b/app-office/kexi/kexi-9999.ebuild index fc6eab8cd6..a91ec61c51 100644 --- a/app-office/kexi/kexi-9999.ebuild +++ b/app-office/kexi/kexi-9999.ebuild @@ -15,6 +15,7 @@ KEYWORDS="" IUSE="marble mdb mysql postgres sqlite webkit" COMMON_DEPEND=" + $(add_frameworks_dep breeze-icons-rcc) $(add_frameworks_dep karchive) $(add_frameworks_dep kcodecs) $(add_frameworks_dep kcompletion) @@ -56,7 +57,6 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext " RDEPEND="${COMMON_DEPEND} - $(add_frameworks_dep breeze-icons-rcc) !app-office/calligra:4[calligra_features_kexi] !app-office/calligra-l10n:4[calligra_features_kexi(+)] "