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 84C44159BB7 for ; Sun, 21 Jul 2024 17:42:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAA9AE2B26; Sun, 21 Jul 2024 17:42:46 +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 AE1D5E2B21 for ; Sun, 21 Jul 2024 17:42:46 +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 BDC96343057 for ; Sun, 21 Jul 2024 17:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 517D91E5A for ; Sun, 21 Jul 2024 17:42:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1721583752.947245ab693ff875c40c347ba67065b2495e5c6b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/ugrd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/ugrd/ugrd-9999.ebuild X-VCS-Directories: sys-kernel/ugrd/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 947245ab693ff875c40c347ba67065b2495e5c6b X-VCS-Branch: master Date: Sun, 21 Jul 2024 17:42:44 +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: 859d400e-7c55-48ac-96f0-f2d498680465 X-Archives-Hash: a7d959161b9b82bae6e584d39c2a90ac commit: 947245ab693ff875c40c347ba67065b2495e5c6b Author: Zen pyl onl> AuthorDate: Sun Jul 21 16:51:42 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jul 21 17:42:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947245ab sys-kernel/ugrd: Update to use zenlib-9999 Signed-off-by: Zen pyl.onl> Signed-off-by: Andrew Ammerlaan gentoo.org> sys-kernel/ugrd/ugrd-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/ugrd/ugrd-9999.ebuild b/sys-kernel/ugrd/ugrd-9999.ebuild index f7e661bef53f..79e735294206 100644 --- a/sys-kernel/ugrd/ugrd-9999.ebuild +++ b/sys-kernel/ugrd/ugrd-9999.ebuild @@ -16,7 +16,7 @@ SLOT="0" RDEPEND=" app-misc/pax-utils - >=dev-python/zenlib-2.1.2[${PYTHON_USEDEP}] + >=dev-python/zenlib-9999[${PYTHON_USEDEP}] >=dev-python/pycpio-9999[${PYTHON_USEDEP}] sys-apps/pciutils "