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 B7139138359 for ; Sun, 30 Aug 2020 19:02:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B957E0AE4; Sun, 30 Aug 2020 19:02:23 +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 2F5A1E0AE8 for ; Sun, 30 Aug 2020 19:02:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A5CE0340DD5 for ; Sun, 30 Aug 2020 19:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEFCE33B for ; Sun, 30 Aug 2020 19:02:18 +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: <1598789539.116d0abaf38749a6ecc34037cef28070048d46fb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/basket/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/basket/basket-9999.ebuild X-VCS-Directories: kde-misc/basket/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 116d0abaf38749a6ecc34037cef28070048d46fb X-VCS-Branch: master Date: Sun, 30 Aug 2020 19:02:18 +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: bda4c77f-e237-4831-99fe-27ff5df98435 X-Archives-Hash: 873b702365d0d05a4c66be44d5bf4ed7 commit: 116d0abaf38749a6ecc34037cef28070048d46fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 30 12:00:36 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 30 12:12:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=116d0aba kde-misc/basket: Fix IUSE=crypt cmake arg Upstream commit 7b7c9ddd6165875381df08bb557568abbca0540b Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/basket/basket-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/basket/basket-9999.ebuild b/kde-misc/basket/basket-9999.ebuild index 75e99b81d4..935562d7ac 100644 --- a/kde-misc/basket/basket-9999.ebuild +++ b/kde-misc/basket/basket-9999.ebuild @@ -62,7 +62,7 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( - $(cmake_use_find_package crypt Gpgme) + -DENABLE_GPG=$(usex crypt) $(cmake_use_find_package git Libgit2) ) ecm_src_configure