commit:     9204228c18a008c801eee0e6da05e67ad96fca9b
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 29 04:26:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 18:45:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9204228c

sys-cluster/sanlock: drop acct-*/ dependencies to runtime-only

They aren't needed in order to use --buildpkgonly.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/sanlock/sanlock-3.8.5.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/sanlock/sanlock-3.8.5.ebuild 
b/sys-cluster/sanlock/sanlock-3.8.5.ebuild
index 1c3de529c26b..1616fa1a3a73 100644
--- a/sys-cluster/sanlock/sanlock-3.8.5.ebuild
+++ b/sys-cluster/sanlock/sanlock-3.8.5.ebuild
@@ -18,13 +18,15 @@ IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
-       acct-user/${PN}
-       acct-group/${PN}
        dev-libs/libaio
        sys-apps/util-linux
        python? ( ${PYTHON_DEPS} )
 "
-RDEPEND="${DEPEND}"
+RDEPEND="
+       acct-user/${PN}
+       acct-group/${PN}
+       ${DEPEND}
+"
 BDEPEND="sys-apps/which"
 
 PATCHES=(

Reply via email to