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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E57B15806E for ; Thu, 18 May 2023 12:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2407BE0798; Thu, 18 May 2023 12:17:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04DE5E0798 for ; Thu, 18 May 2023 12:17:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5E46340C35 for ; Thu, 18 May 2023 12:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13B67990 for ; Thu, 18 May 2023 12:17:29 +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: <1684411746.a9773cdb4075a20d228bc15bbd60abab2ff7cfa4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pinentry/pinentry-1.2.1-r1.ebuild X-VCS-Directories: app-crypt/pinentry/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a9773cdb4075a20d228bc15bbd60abab2ff7cfa4 X-VCS-Branch: master Date: Thu, 18 May 2023 12:17:29 +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: 6d35e6ba-21a5-4721-93b5-dc6365915d05 X-Archives-Hash: 563e359737c327617c13700d86bf17fa commit: a9773cdb4075a20d228bc15bbd60abab2ff7cfa4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 11:52:09 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 12:09:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9773cdb app-crypt/pinentry: unkeyword 1.2.1-r1, USE=gnome-keyring -> keyring Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/pinentry/pinentry-1.2.1-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild b/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild index ee27968fb852..290f55094cd8 100644 --- a/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild @@ -13,15 +13,15 @@ SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="caps efl emacs gnome-keyring gtk ncurses qt5" +KEYWORDS="arm hppa ppc ppc64" +IUSE="caps efl emacs keyring gtk ncurses qt5" DEPEND=" >=dev-libs/libassuan-2.1 >=dev-libs/libgcrypt-1.6.3 >=dev-libs/libgpg-error-1.17 efl? ( dev-libs/efl[X] ) - gnome-keyring? ( app-crypt/libsecret ) + keyring? ( app-crypt/libsecret ) ncurses? ( sys-libs/ncurses:= ) qt5? ( dev-qt/qtcore:5 @@ -61,7 +61,7 @@ src_configure() { local myeconfargs=( $(use_enable efl pinentry-efl) $(use_enable emacs pinentry-emacs) - $(use_enable gnome-keyring libsecret) + $(use_enable keyring libsecret) $(use_enable gtk pinentry-gnome3) $(use_enable ncurses fallback-curses) $(use_enable ncurses pinentry-curses)