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 3DD2915808B for ; Wed, 16 Feb 2022 22:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A450E0877; Wed, 16 Feb 2022 22:22:02 +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 7147FE0877 for ; Wed, 16 Feb 2022 22:22:02 +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 678CB342FC9 for ; Wed, 16 Feb 2022 22:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB849D3 for ; Wed, 16 Feb 2022 22:21:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1645050058.f36f1ae0b2e23dbd5e18a66065b2409b48d7982d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/seahorse/seahorse-40.0-r1.ebuild app-crypt/seahorse/seahorse-40.0-r2.ebuild app-crypt/seahorse/seahorse-41.0-r1.ebuild app-crypt/seahorse/seahorse-41.0.ebuild X-VCS-Directories: app-crypt/seahorse/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f36f1ae0b2e23dbd5e18a66065b2409b48d7982d X-VCS-Branch: master Date: Wed, 16 Feb 2022 22:21:59 +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: 3c5c5db3-c309-47e2-8da9-ee0006fbd662 X-Archives-Hash: 9737eb8d6452806aa54c08bf9da32bd5 commit: f36f1ae0b2e23dbd5e18a66065b2409b48d7982d Author: David Seifert gentoo org> AuthorDate: Wed Feb 16 22:20:58 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Feb 16 22:20:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36f1ae0 app-crypt/seahorse: add subslot op on app-crypt/gpgme Signed-off-by: David Seifert gentoo.org> .../seahorse/{seahorse-40.0-r1.ebuild => seahorse-40.0-r2.ebuild} | 4 ++-- app-crypt/seahorse/{seahorse-41.0.ebuild => seahorse-41.0-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/seahorse/seahorse-40.0-r1.ebuild b/app-crypt/seahorse/seahorse-40.0-r2.ebuild similarity index 96% rename from app-crypt/seahorse/seahorse-40.0-r1.ebuild rename to app-crypt/seahorse/seahorse-40.0-r2.ebuild index 935f5b5b2e62..a7c957e63a0b 100644 --- a/app-crypt/seahorse/seahorse-40.0-r1.ebuild +++ b/app-crypt/seahorse/seahorse-40.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" RDEPEND=" >=dev-libs/glib-2.58:2 >=app-crypt/gcr-3.38:= - >=app-crypt/gpgme-1.14.0 + >=app-crypt/gpgme-1.14.0:= >=x11-libs/gtk+-3.24.0:3 >=app-crypt/gnupg-2.2 >=gui-libs/libhandy-1.1:1= diff --git a/app-crypt/seahorse/seahorse-41.0.ebuild b/app-crypt/seahorse/seahorse-41.0-r1.ebuild similarity index 96% rename from app-crypt/seahorse/seahorse-41.0.ebuild rename to app-crypt/seahorse/seahorse-41.0-r1.ebuild index abbf0c377707..89044cb83cb5 100644 --- a/app-crypt/seahorse/seahorse-41.0.ebuild +++ b/app-crypt/seahorse/seahorse-41.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" >=dev-libs/glib-2.66:2 >=app-crypt/gcr-3.38:= - >=app-crypt/gpgme-1.14.0 + >=app-crypt/gpgme-1.14.0:= >=x11-libs/gtk+-3.24.0:3 >=app-crypt/gnupg-2.2 >=gui-libs/libhandy-1.1:1=