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 311F115806E for ; Thu, 18 May 2023 12:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22C0DE07DB; Thu, 18 May 2023 12:17:34 +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 0E279E07DB 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 C1930340C08 for ; Thu, 18 May 2023 12:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6424A79 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: <1684411748.780db08790284945ed5edcc57274f3506fea9b5e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ahoviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild X-VCS-Directories: media-gfx/ahoviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 780db08790284945ed5edcc57274f3506fea9b5e 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: 801ae2a0-ca08-46ab-9774-3d4df7eb4d68 X-Archives-Hash: b8a45d753859b03075ab547f5587a312 commit: 780db08790284945ed5edcc57274f3506fea9b5e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 12:16:45 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 18 12:09:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780db087 media-gfx/ahoviewer: Rename USE=gnome-keyring -> keyring Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild b/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild index 3fb63efcf620..a1f6266cd7e6 100644 --- a/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild +++ b/media-gfx/ahoviewer/ahoviewer-2.0.0_pre20220124.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ahodesuka/ahoviewer/archive/${MY_COMMIT}.tar.gz -> $ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="gnome-keyring gnutls +gstreamer plugins +rar +ssl +zip" +IUSE="keyring gnutls +gstreamer plugins +rar +ssl +zip" DEPEND="dev-cpp/atkmm:0 dev-cpp/glibmm:2 @@ -28,7 +28,7 @@ DEPEND="dev-cpp/atkmm:0 net-misc/curl x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 - gnome-keyring? ( app-crypt/libsecret ) + keyring? ( app-crypt/libsecret ) gstreamer? ( media-libs/gst-plugins-bad:1.0 media-libs/gstreamer:1.0 @@ -70,7 +70,7 @@ S="${WORKDIR}/ahoviewer-${MY_COMMIT}" src_configure() { local emesonargs=( - $(meson_feature gnome-keyring libsecret) + $(meson_feature keyring libsecret) $(meson_feature gstreamer) $(meson_feature plugins libpeas) $(meson_feature rar libunrar)