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 8C9FA138334 for ; Sat, 18 May 2019 12:12:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8444DE0821; Sat, 18 May 2019 12:12:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 69C63E0821 for ; Sat, 18 May 2019 12:12: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 0F19C344A00 for ; Sat, 18 May 2019 12:12:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9697B452 for ; Sat, 18 May 2019 12:12:45 +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: <1558181502.23a9c249aee9e7653d8d006b679166e3850ce710.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwallet-pam/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwallet-pam/kwallet-pam-5.15.90.ebuild kde-plasma/kwallet-pam/kwallet-pam-5.16.49.9999.ebuild kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild X-VCS-Directories: kde-plasma/kwallet-pam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 23a9c249aee9e7653d8d006b679166e3850ce710 X-VCS-Branch: master Date: Sat, 18 May 2019 12:12:45 +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: 7e5f5064-5638-4997-8ad9-0f7de51d2a5c X-Archives-Hash: 289d5e52efa3b47b7f1e986ea84ab460 commit: 23a9c249aee9e7653d8d006b679166e3850ce710 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 18 12:10:31 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 18 12:11:42 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=23a9c249 kde-plasma/kwallet-pam: Add missing DEPEND, drop unused cmake arg Upstream commits: fd556ab25365f953af2e6fc867e43292fd8e4b08 905b00d380408f54da3de0d8dcc2b14e1cb9f6e2 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwallet-pam/kwallet-pam-5.15.90.ebuild | 2 +- kde-plasma/kwallet-pam/kwallet-pam-5.16.49.9999.ebuild | 2 +- kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.15.90.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.15.90.ebuild index 1aa3a587a8..f3e1c598ec 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.15.90.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.15.90.ebuild @@ -11,6 +11,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" DEPEND=" + $(add_frameworks_dep kwallet) dev-libs/libgcrypt:0= virtual/pam " @@ -21,7 +22,6 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" - -DKWALLET4=0 ) kde5_src_configure } diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.16.49.9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.16.49.9999.ebuild index 6c12dc0220..6c7b6bb822 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-5.16.49.9999.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-5.16.49.9999.ebuild @@ -11,6 +11,7 @@ KEYWORDS="" IUSE="" DEPEND=" + $(add_frameworks_dep kwallet) dev-libs/libgcrypt:0= virtual/pam " @@ -21,7 +22,6 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" - -DKWALLET4=0 ) kde5_src_configure } diff --git a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild index 6c12dc0220..6c7b6bb822 100644 --- a/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild +++ b/kde-plasma/kwallet-pam/kwallet-pam-9999.ebuild @@ -11,6 +11,7 @@ KEYWORDS="" IUSE="" DEPEND=" + $(add_frameworks_dep kwallet) dev-libs/libgcrypt:0= virtual/pam " @@ -21,7 +22,6 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)" - -DKWALLET4=0 ) kde5_src_configure }