diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-17 05:44:36 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-17 05:44:36 +0200 |
commit | ef60dd1d31c868ce59799a704fe47fb9ee4d9743 (patch) | |
tree | e39c1b840ec8cfbdad2a5857e39a8b4212866510 /net-misc/r8152 | |
parent | dev-perl/X11-XCB: backport build fixes (diff) | |
download | gentoo-ef60dd1d31c868ce59799a704fe47fb9ee4d9743.tar.gz gentoo-ef60dd1d31c868ce59799a704fe47fb9ee4d9743.tar.bz2 gentoo-ef60dd1d31c868ce59799a704fe47fb9ee4d9743.zip |
net-misc/r8152: Stabilize 2.16.3 amd64, #891015
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/r8152')
-rw-r--r-- | net-misc/r8152/r8152-2.16.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/r8152/r8152-2.16.3.ebuild b/net-misc/r8152/r8152-2.16.3.ebuild index ef6a81cfcf22..b4d899b3c45e 100644 --- a/net-misc/r8152/r8152-2.16.3.ebuild +++ b/net-misc/r8152/r8152-2.16.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://www.realtek.com/en/component/zoo/category/network-interface-co SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND="virtual/udev" DEPEND="${RDEPEND}" |