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 AEDD11581C1 for ; Wed, 10 Jul 2024 12:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B5EE2B17; Wed, 10 Jul 2024 12:44:52 +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 7168DE2B17 for ; Wed, 10 Jul 2024 12:44:52 +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 B1A7F342FB0 for ; Wed, 10 Jul 2024 12:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47B4B1E10 for ; Wed, 10 Jul 2024 12:44:50 +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: <1720615483.709852023c261a58a204f6b4e55165075b94d9aa.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.19.ebuild X-VCS-Directories: net-wireless/iwd/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 709852023c261a58a204f6b4e55165075b94d9aa X-VCS-Branch: master Date: Wed, 10 Jul 2024 12:44:50 +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: 52b6537e-3257-49f0-abda-463e8dbb49c2 X-Archives-Hash: 7ca6fd662f885b280441dd3666eab649 commit: 709852023c261a58a204f6b4e55165075b94d9aa Author: Ben Kohler gentoo org> AuthorDate: Wed Jul 10 12:40:06 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Jul 10 12:44:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70985202 net-wireless/iwd: bump required ell on iwd-2.19 Signed-off-by: Ben Kohler gentoo.org> net-wireless/iwd/iwd-2.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/iwd/iwd-2.19.ebuild b/net-wireless/iwd/iwd-2.19.ebuild index d273c035b947..36e245150607 100644 --- a/net-wireless/iwd/iwd-2.19.ebuild +++ b/net-wireless/iwd/iwd-2.19.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.66" +ELL_REQ="0.67" if [[ ${PV} == *9999* ]]; then inherit autotools git-r3