commit:     85b2edc2aa0bf6dc2c6b2f60f19d0bb6fbd15865
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun May  5 13:13:28 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun May  5 13:13:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85b2edc2

sys-kernel/ugrd: improve indentation

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 sys-kernel/ugrd/ugrd-1.2.2.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/ugrd/ugrd-1.2.2.ebuild 
b/sys-kernel/ugrd/ugrd-1.2.2.ebuild
index a474bbc7a7..669bae5227 100644
--- a/sys-kernel/ugrd/ugrd-1.2.2.ebuild
+++ b/sys-kernel/ugrd/ugrd-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,10 +15,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="app-misc/pax-utils
->=dev-python/zenlib-2.0.4[${PYTHON_USEDEP}]
->=dev-python/pycpio-1.0.0[${PYTHON_USEDEP}]
-sys-apps/pciutils"
+RDEPEND="
+       app-misc/pax-utils
+       >=dev-python/zenlib-2.0.4[${PYTHON_USEDEP}]
+       >=dev-python/pycpio-1.0.0[${PYTHON_USEDEP}]
+       sys-apps/pciutils
+"
 
 src_install() {
        # Call the distutils-r1_src_install function to install the package

Reply via email to