Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/realtek-r8152/
Date: Tue, 04 May 2021 20:46:17
Message-Id: 1620161171.32fe1189aa2a7defcdb0ec897f3448bf14b29c5e.slashbeast@gentoo
1 commit: 32fe1189aa2a7defcdb0ec897f3448bf14b29c5e
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 20:45:20 2021 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 20:46:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fe1189
7
8 net-misc/realtek-r8152: stabilizing 2.14.0 on amd64 and x86.
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild b/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild
16 index ac2d53b76ca..1f3685ed7ba 100644
17 --- a/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild
18 +++ b/net-misc/realtek-r8152/realtek-r8152-2.14.0.ebuild
19 @@ -6,7 +6,7 @@ EAPI=7
20 inherit linux-mod linux-info udev
21
22 SRC_URI="https://github.com/slashbeast/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 DESCRIPTION="Out-of-tree driver for Realtek's 2.5 GbE USB NICs."
27 HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software"