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 64FAA15802F for ; Fri, 24 Feb 2023 18:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A731AE0909; Fri, 24 Feb 2023 18:17:13 +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 92ED3E0909 for ; Fri, 24 Feb 2023 18:17:13 +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 CBD3C340F5D for ; Fri, 24 Feb 2023 18:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B8E48BB for ; Fri, 24 Feb 2023 18:17:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1677262625.d6f20105688fb91ea5ff84895d2d77cdd97092a9.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild X-VCS-Directories: app-portage/gs-elpa/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d6f20105688fb91ea5ff84895d2d77cdd97092a9 X-VCS-Branch: master Date: Fri, 24 Feb 2023 18:17:11 +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: a1c9c72a-33e9-467a-a097-372dd3d1b685 X-Archives-Hash: 7d99e7a52eb151abf4a57b11c5207cc7 commit: d6f20105688fb91ea5ff84895d2d77cdd97092a9 Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 24 18:10:20 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 24 18:17:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f20105 app-portage/gs-elpa: Depend on >=g-sorcery-0.2.3 Signed-off-by: Ulrich Müller gentoo.org> .../gs-elpa/{gs-elpa-0.2.2-r1.ebuild => gs-elpa-0.2.2-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild b/app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild similarity index 91% rename from app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild rename to app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild index 700d6a063028..d8b37ecf24fe 100644 --- a/app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild +++ b/app-portage/gs-elpa/gs-elpa-0.2.2-r2.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2" # v2 only SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -RDEPEND="app-portage/g-sorcery[${PYTHON_USEDEP}] +RDEPEND=">=app-portage/g-sorcery-0.2.3[${PYTHON_USEDEP}] >=dev-python/sexpdata-0.0.4[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND}"