diff options
author | 2021-07-21 23:49:15 +0200 | |
---|---|---|
committer | 2021-07-21 23:51:14 +0200 | |
commit | 0380945054373d3d4ffc7288901cd216473e2198 (patch) | |
tree | 2fb44b872fa3ea49b9f34c79cff8ddc81b48fa87 /net-misc | |
parent | net-misc/r8168: added USE flag (diff) | |
download | gentoo-0380945054373d3d4ffc7288901cd216473e2198.tar.gz gentoo-0380945054373d3d4ffc7288901cd216473e2198.tar.bz2 gentoo-0380945054373d3d4ffc7288901cd216473e2198.zip |
net-misc/r8168: Fix indentation
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/r8168/r8168-8.049.02-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/r8168/r8168-8.049.02-r1.ebuild b/net-misc/r8168/r8168-8.049.02-r1.ebuild index f298adf17515..47810f27e05d 100644 --- a/net-misc/r8168/r8168-8.049.02-r1.ebuild +++ b/net-misc/r8168/r8168-8.049.02-r1.ebuild @@ -25,12 +25,12 @@ CONFIG_CHECK="~!R8169" WARNING_R8169="CONFIG_R8169 is enabled. ${P} will not be loaded unless kernel driver Realtek 8169 PCI Gigabit Ethernet (CONFIG_R8169) is DISABLED." pkg_setup() { - linux-mod_pkg_setup - BUILD_PARAMS="KERNELDIR=${KV_DIR}" - BUILD_PARAMS+=" ENABLE_USE_FIRMWARE_FILE=$(usex use-firmware y n)" + linux-mod_pkg_setup + BUILD_PARAMS="KERNELDIR=${KV_DIR}" + BUILD_PARAMS+=" ENABLE_USE_FIRMWARE_FILE=$(usex use-firmware y n)" } src_install() { - linux-mod_src_install - einstalldocs + linux-mod_src_install + einstalldocs } |