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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2610F1382C5 for ; Wed, 17 Feb 2021 16:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68766E07A5; Wed, 17 Feb 2021 16:39:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BE13E07A5 for ; Wed, 17 Feb 2021 16:39:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6464F341856 for ; Wed, 17 Feb 2021 16:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DF414C2 for ; Wed, 17 Feb 2021 16:39:17 +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: <1613579948.2a4c3523e7f45a7dcde02a7c9d023edf23926264.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-1.12.ebuild X-VCS-Directories: net-wireless/iwd/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 2a4c3523e7f45a7dcde02a7c9d023edf23926264 X-VCS-Branch: master Date: Wed, 17 Feb 2021 16:39:17 +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: d19591b3-cede-4e6f-a350-f1eb937128a3 X-Archives-Hash: 303179fa0c4311a6191558fe4b87083f commit: 2a4c3523e7f45a7dcde02a7c9d023edf23926264 Author: Ben Kohler gentoo org> AuthorDate: Wed Feb 17 16:24:35 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Feb 17 16:39:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4c3523 net-wireless/iwd: bump ell dep Closes: https://bugs.gentoo.org/771111 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> net-wireless/iwd/iwd-1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/iwd/iwd-1.12.ebuild b/net-wireless/iwd/iwd-1.12.ebuild index 22de68c453c..95e91fcbe29 100644 --- a/net-wireless/iwd/iwd-1.12.ebuild +++ b/net-wireless/iwd/iwd-1.12.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit flag-o-matic linux-info systemd #Set this variable to the required external ell version -ELL_REQ="0.36" +ELL_REQ="0.38" if [[ ${PV} == *9999* ]]; then inherit autotools git-r3