From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1016C13888F for ; Sun, 4 Oct 2015 15:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D558921C00B; Sun, 4 Oct 2015 15:12:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D8FB21C00B for ; Sun, 4 Oct 2015 15:12:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BFC0340A26 for ; Sun, 4 Oct 2015 15:12:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6E56501 for ; Sun, 4 Oct 2015 15:12:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1443397286.e93828f77d1f0e08f848d4102bd50fc0af7e7400.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/kdebase-startkde/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild X-VCS-Directories: kde-base/kdebase-startkde/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e93828f77d1f0e08f848d4102bd50fc0af7e7400 X-VCS-Branch: master Date: Sun, 4 Oct 2015 15:12:03 +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: a89e6d95-cd59-4944-a777-651af7ddaa9e X-Archives-Hash: ba38fa6da1c3f850a98780c427921f53 commit: e93828f77d1f0e08f848d4102bd50fc0af7e7400 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Aug 30 13:43:51 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 27 23:41:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93828f7 kde-base/kdebase-startkde: RDEPEND on kde-apps/kde-wallpapers:5 alternatively Package-Manager: portage-2.2.20.1 kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild index 3785171..dab7cbe 100644 --- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild +++ b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild @@ -17,7 +17,7 @@ IUSE="+wallpapers" RDEPEND=" $(add_kdebase_dep kcminit) $(add_kdeapps_dep kdebase-runtime-meta) - wallpapers? ( $(add_kdeapps_dep kde-wallpapers) ) + wallpapers? ( || ( $(add_kdeapps_dep kde-wallpapers) kde-apps/kde-wallpapers:5 ) ) $(add_kdeapps_dep kfmclient) $(add_kdeapps_dep knotify) $(add_kdeapps_dep kreadconfig)