mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
sys-kernel/ugrd: improve indentation
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2023 Gentoo Authors
|
# Copyright 2023-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -15,10 +15,12 @@ LICENSE="GPL-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
RDEPEND="app-misc/pax-utils
|
RDEPEND="
|
||||||
>=dev-python/zenlib-2.0.4[${PYTHON_USEDEP}]
|
app-misc/pax-utils
|
||||||
>=dev-python/pycpio-1.0.0[${PYTHON_USEDEP}]
|
>=dev-python/zenlib-2.0.4[${PYTHON_USEDEP}]
|
||||||
sys-apps/pciutils"
|
>=dev-python/pycpio-1.0.0[${PYTHON_USEDEP}]
|
||||||
|
sys-apps/pciutils
|
||||||
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
# Call the distutils-r1_src_install function to install the package
|
# Call the distutils-r1_src_install function to install the package
|
||||||
|
|||||||
Reference in New Issue
Block a user