diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-29 00:26:00 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-29 18:45:11 +0000 |
commit | 9204228c18a008c801eee0e6da05e67ad96fca9b (patch) | |
tree | 4abcd6006a3cca6273dc3ad8c0499c2baed7c398 /sys-cluster | |
parent | sys-cluster/sanlock: mark as LTO-unsafe (diff) | |
download | gentoo-9204228c18a008c801eee0e6da05e67ad96fca9b.tar.gz gentoo-9204228c18a008c801eee0e6da05e67ad96fca9b.tar.bz2 gentoo-9204228c18a008c801eee0e6da05e67ad96fca9b.zip |
sys-cluster/sanlock: drop acct-*/ dependencies to runtime-only
They aren't needed in order to use --buildpkgonly.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/sanlock/sanlock-3.8.5.ebuild | 8 |
1 files 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=( |