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 EFACD158083 for ; Mon, 9 Sep 2024 19:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 102B5E29E6; Mon, 9 Sep 2024 19:51:37 +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 E4BFCE29E6 for ; Mon, 9 Sep 2024 19:51:36 +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 B44DD33BED4 for ; Mon, 9 Sep 2024 19:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2FB413BD for ; Mon, 9 Sep 2024 19:51:33 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1725911487.b2e9da25f64aa16509e3631ba8ee0b40c9f4bfa3.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iwd/iwd-2.21.ebuild X-VCS-Directories: net-wireless/iwd/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: b2e9da25f64aa16509e3631ba8ee0b40c9f4bfa3 X-VCS-Branch: master Date: Mon, 9 Sep 2024 19:51:33 +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: e05486ed-7985-4bd8-bea8-03c739cfb32a X-Archives-Hash: b59425ed2dd6b8af7554e15bb753b32b commit: b2e9da25f64aa16509e3631ba8ee0b40c9f4bfa3 Author: Ben Kohler gentoo org> AuthorDate: Mon Sep 9 19:51:01 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Sep 9 19:51:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e9da25 net-wireless/iwd: fix ell dep (build time fail) Signed-off-by: Ben Kohler gentoo.org> net-wireless/iwd/iwd-2.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/iwd/iwd-2.21.ebuild b/net-wireless/iwd/iwd-2.21.ebuild index 8d2778bb52d8..b453e7614a9e 100644 --- a/net-wireless/iwd/iwd-2.21.ebuild +++ b/net-wireless/iwd/iwd-2.21.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit flag-o-matic linux-info systemd #Set this variable to the required external ell version -ELL_REQ="0.68" +ELL_REQ="0.69" if [[ ${PV} == *9999* ]]; then inherit autotools git-r3