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 DDA761382C5 for ; Mon, 25 May 2020 03:24:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1160DE08AE; Mon, 25 May 2020 03:24:37 +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 57D37E08AE for ; Mon, 25 May 2020 03:24:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D452334F006 for ; Mon, 25 May 2020 03:24:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3F5331 for ; Mon, 25 May 2020 03:24:32 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1590377044.d57e468c3843d5054939febed0adba28eb48cf7f.ryao@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/r8168/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/r8168/r8168-8.048.02.ebuild X-VCS-Directories: net-misc/r8168/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: d57e468c3843d5054939febed0adba28eb48cf7f X-VCS-Branch: master Date: Mon, 25 May 2020 03:24:32 +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: 4811a42e-6617-4f53-99cd-ed4e50371d90 X-Archives-Hash: d292c395648a699f73e07324e6885b9a commit: d57e468c3843d5054939febed0adba28eb48cf7f Author: Richard Yao gentoo org> AuthorDate: Mon May 25 03:23:53 2020 +0000 Commit: Richard Yao gentoo org> CommitDate: Mon May 25 03:24:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57e468c net-misc/r8168: Fix comment in 8.048.02 This version supports up to Linux 5.6 according to upstream. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Richard Yao gentoo.org> net-misc/r8168/r8168-8.048.02.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/r8168/r8168-8.048.02.ebuild b/net-misc/r8168/r8168-8.048.02.ebuild index 299ab1010e4..2496884f96e 100644 --- a/net-misc/r8168/r8168-8.048.02.ebuild +++ b/net-misc/r8168/r8168-8.048.02.ebuild @@ -8,7 +8,7 @@ inherit linux-info linux-mod DESCRIPTION="r8168 driver for Realtek 8111/8168 PCI-E NICs" HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software" -# "GBE Ethernet LINUX driver r8168 for kernel up to 4.15" from above link, +# "GBE Ethernet LINUX driver r8168 for kernel up to 5.6" from above link, # we need to mirror it to avoid users from needing to fill a captcha to # download SRC_URI="https://dev.gentoo.org/~pacho/${PN}/${P}.tar.bz2"