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 76EFA15806E for ; Thu, 18 May 2023 12:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06BAFE07F1; Thu, 18 May 2023 12:17:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5339E07F1 for ; Thu, 18 May 2023 12:17:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36526340BE0 for ; Thu, 18 May 2023 12:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525B2A7F for ; Thu, 18 May 2023 12:17:30 +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: <1684411750.336a0347b6e36fab511de06c747b4e29383e8d0b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mpop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mpop/mpop-1.4.7.ebuild X-VCS-Directories: net-mail/mpop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 336a0347b6e36fab511de06c747b4e29383e8d0b X-VCS-Branch: master Date: Thu, 18 May 2023 12:17:30 +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: e6bf3f57-3fb8-47cf-be87-8be2eff2bb93 X-Archives-Hash: 06a3c0fda203ff6a6e6e8dc1157b3628 commit: 336a0347b6e36fab511de06c747b4e29383e8d0b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 12:17:28 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 12:09:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336a0347 net-mail/mpop: Rename USE=gnome-keyring -> keyring Signed-off-by: Andreas Sturmlechner gentoo.org> net-mail/mpop/mpop-1.4.7.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-mail/mpop/mpop-1.4.7.ebuild b/net-mail/mpop/mpop-1.4.7.ebuild index af96b991a598..7e12850dd83b 100644 --- a/net-mail/mpop/mpop-1.4.7.ebuild +++ b/net-mail/mpop/mpop-1.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,11 @@ SRC_URI="https://marlam.de/mpop/releases/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="gnutls idn gnome-keyring nls sasl ssl vim-syntax" +IUSE="gnutls idn keyring nls sasl ssl vim-syntax" RDEPEND=" idn? ( net-dns/libidn2 ) - gnome-keyring? ( app-crypt/libsecret ) + keyring? ( app-crypt/libsecret ) nls? ( virtual/libintl ) sasl? ( virtual/gsasl ) ssl? ( @@ -37,7 +37,7 @@ src_configure() { $(use_with ssl tls $(usex gnutls "gnutls" "openssl")) \ $(use_with sasl libgsasl) \ $(use_with idn libidn) \ - $(use_with gnome-keyring libsecret) + $(use_with keyring libsecret) } src_install() {