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 69B8B15808B for ; Wed, 16 Feb 2022 21:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29E6DE0869; Wed, 16 Feb 2022 21:53:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1538AE086C for ; Wed, 16 Feb 2022 21:53:35 +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 80584342FA4 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 17DDE2DB 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: <1645048399.83bc020624ade772a5ac1ed3bfbdcbbdb4e24c2c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/isoimagewriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/isoimagewriter/isoimagewriter-0.8-r1.ebuild app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild X-VCS-Directories: app-cdr/isoimagewriter/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 83bc020624ade772a5ac1ed3bfbdcbbdb4e24c2c 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: 418ffb08-5f1f-48d4-9ba4-31c95fc33569 X-Archives-Hash: 205d1efef8a1a77bcc072c206589746a commit: 83bc020624ade772a5ac1ed3bfbdcbbdb4e24c2c Author: David Seifert gentoo org> AuthorDate: Wed Feb 16 21:53:19 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Feb 16 21:53:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bc0206 app-cdr/isoimagewriter: add subslot op on app-crypt/gpgme Signed-off-by: David Seifert gentoo.org> .../{isoimagewriter-0.8.ebuild => isoimagewriter-0.8-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild b/app-cdr/isoimagewriter/isoimagewriter-0.8-r1.ebuild similarity index 89% rename from app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild rename to app-cdr/isoimagewriter/isoimagewriter-0.8-r1.ebuild index 54df9ef3f20f..21ffe0f329ab 100644 --- a/app-cdr/isoimagewriter/isoimagewriter-0.8.ebuild +++ b/app-cdr/isoimagewriter/isoimagewriter-0.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ SLOT="5" IUSE="" DEPEND=" - app-crypt/gpgme[cxx,qt5] + app-crypt/gpgme:=[cxx(+),qt5] >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=kde-frameworks/kauth-${KFMIN}:5