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 79F3C59CA4 for ; Thu, 10 Mar 2016 13:12:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DEC721C0E9; Thu, 10 Mar 2016 13:12:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CED821C0DA for ; Thu, 10 Mar 2016 13:12:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFBC4340B81 for ; Thu, 10 Mar 2016 13:12:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23AE2209A for ; Thu, 10 Mar 2016 13:12:07 +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: <1457615514.7f13c5e2e748dfe701f13dd0d2ae86b227fe0ef0.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-runtime-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild X-VCS-Directories: kde-apps/kdebase-runtime-meta/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7f13c5e2e748dfe701f13dd0d2ae86b227fe0ef0 X-VCS-Branch: master Date: Thu, 10 Mar 2016 13:12:07 +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: a5c6046a-223c-4133-b0f8-c6aec1c8be91 X-Archives-Hash: 6566829f0536f0c2a214e445c928babf commit: 7f13c5e2e748dfe701f13dd0d2ae86b227fe0ef0 Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Mar 9 23:45:30 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 10 13:11:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f13c5e2 kde-apps/kdebase-runtime-meta: Sync with tree Package-Manager: portage-2.2.27 .../kdebase-runtime-meta-15.12.49.9999.ebuild | 9 ++++++--- kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild index a624ae1..ca9fb51 100644 --- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild +++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.12.49.9999.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit kde5-meta-pkg DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages" KEYWORDS="" -IUSE="+oldwallet" +IUSE="+oldwallet pam" RDEPEND=" $(add_kdeapps_dep kcmshell) @@ -38,5 +38,8 @@ RDEPEND=" $(add_kdeapps_dep plasma-runtime) $(add_kdeapps_dep renamedlg-plugins) $(add_kdeapps_dep solid-runtime '-bluetooth') - oldwallet? ( $(add_kdeapps_dep kwalletd) ) + oldwallet? ( + $(add_kdeapps_dep kwalletd) + pam? ( kde-apps/kwalletd-pam:4 ) + ) " diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild index a624ae1..ca9fb51 100644 --- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild +++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit kde5-meta-pkg DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages" KEYWORDS="" -IUSE="+oldwallet" +IUSE="+oldwallet pam" RDEPEND=" $(add_kdeapps_dep kcmshell) @@ -38,5 +38,8 @@ RDEPEND=" $(add_kdeapps_dep plasma-runtime) $(add_kdeapps_dep renamedlg-plugins) $(add_kdeapps_dep solid-runtime '-bluetooth') - oldwallet? ( $(add_kdeapps_dep kwalletd) ) + oldwallet? ( + $(add_kdeapps_dep kwalletd) + pam? ( kde-apps/kwalletd-pam:4 ) + ) "