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 B37A9139083 for ; Fri, 15 Dec 2017 20:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B70D2E0E93; Fri, 15 Dec 2017 20:09:49 +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 94FEFE0E93 for ; Fri, 15 Dec 2017 20:09:49 +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 C387B33D3C7 for ; Fri, 15 Dec 2017 20:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87839AE76 for ; Fri, 15 Dec 2017 20:09:47 +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: <1513367765.6c02b20cdb85f222cc3d839f3e08d24bcff68fd8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail/kmail-17.12.49.9999.ebuild kde-apps/kmail/kmail-9999.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6c02b20cdb85f222cc3d839f3e08d24bcff68fd8 X-VCS-Branch: master Date: Fri, 15 Dec 2017 20:09:47 +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: a47093ab-2835-4293-8d9a-43bea4f34bba X-Archives-Hash: 219ce3f7a2b63f1811f22753c97d89c6 commit: 6c02b20cdb85f222cc3d839f3e08d24bcff68fd8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 15 19:56:05 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 15 19:56:05 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c02b20c kde-apps/kmail: Add missing RDEPEND Thanks-to: Leonard Lausen lausen.nl> Bug: https://bugs.gentoo.org/641086 Package-Manager: Portage-2.3.18, Repoman-2.3.6 kde-apps/kmail/kmail-17.12.49.9999.ebuild | 1 + kde-apps/kmail/kmail-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/kmail/kmail-17.12.49.9999.ebuild b/kde-apps/kmail/kmail-17.12.49.9999.ebuild index 1c31b47b0c..fe90258f8c 100644 --- a/kde-apps/kmail/kmail-17.12.49.9999.ebuild +++ b/kde-apps/kmail/kmail-17.12.49.9999.ebuild @@ -78,6 +78,7 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-l10n !kde-apps/ktnef $(add_kdeapps_dep kdepim-runtime) + $(add_kdeapps_dep kmail-account-wizard) " RESTRICT+=" test" # bug 616878 diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index 60b9d1ef9d..2917cfd1be 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -77,6 +77,7 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-l10n !kde-apps/ktnef $(add_kdeapps_dep kdepim-runtime) + $(add_kdeapps_dep kmail-account-wizard) " RESTRICT+=" test" # bug 616878