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 D3B0015808C for ; Wed, 16 Feb 2022 21:53:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A0DE085E; Wed, 16 Feb 2022 21:53:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 078AEE0869 for ; Wed, 16 Feb 2022 21:53:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C4551342FAD for ; Wed, 16 Feb 2022 21:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 416062DD for ; Wed, 16 Feb 2022 21:53:32 +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: <1645048401.f84b6969c36f62a27a4fcfe161476f3d0fc54186.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/volume_key/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/volume_key/volume_key-0.3.12-r3.ebuild dev-libs/volume_key/volume_key-0.3.12-r4.ebuild X-VCS-Directories: dev-libs/volume_key/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f84b6969c36f62a27a4fcfe161476f3d0fc54186 X-VCS-Branch: master Date: Wed, 16 Feb 2022 21:53:32 +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: 68a922ff-54af-49d0-a849-03de4f0c6abe X-Archives-Hash: cb8d8dcf3d7f6976f2b450fff418bfc7 commit: f84b6969c36f62a27a4fcfe161476f3d0fc54186 Author: David Seifert gentoo org> AuthorDate: Wed Feb 16 21:53:21 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Feb 16 21:53:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84b6969 dev-libs/volume_key: add subslot op on app-crypt/gpgme Signed-off-by: David Seifert gentoo.org> .../{volume_key-0.3.12-r3.ebuild => volume_key-0.3.12-r4.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/volume_key/volume_key-0.3.12-r3.ebuild b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild similarity index 95% rename from dev-libs/volume_key/volume_key-0.3.12-r3.ebuild rename to dev-libs/volume_key/volume_key-0.3.12-r4.ebuild index b2489cc3917b..cc8940edb1c6 100644 --- a/dev-libs/volume_key/volume_key-0.3.12-r3.ebuild +++ b/dev-libs/volume_key/volume_key-0.3.12-r4.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 @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - app-crypt/gpgme + app-crypt/gpgme:= dev-libs/glib:2 dev-libs/nspr dev-libs/nss