diff options
author | Sam James <sam@gentoo.org> | 2021-12-03 19:34:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-03 19:35:10 +0000 |
commit | 7107c3e123e3ad7da75d344b31c5c9a16ee14234 (patch) | |
tree | a226123ae04fe30ddced88fee840c6f76519f6dc /sys-process | |
parent | net-misc/ntpsec: seccomp cleanup, (really) fixes seccomp on riscv (diff) | |
download | gentoo-7107c3e123e3ad7da75d344b31c5c9a16ee14234.tar.gz gentoo-7107c3e123e3ad7da75d344b31c5c9a16ee14234.tar.bz2 gentoo-7107c3e123e3ad7da75d344b31c5c9a16ee14234.zip |
sys-process/at: fix automagic libselinux dependency
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/at/at-3.2.2-r4.ebuild (renamed from sys-process/at/at-3.2.2-r3.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-process/at/at-3.2.2-r3.ebuild b/sys-process/at/at-3.2.2-r4.ebuild index afae3855a2d6..fe7662ea1a4c 100644 --- a/sys-process/at/at-3.2.2-r3.ebuild +++ b/sys-process/at/at-3.2.2-r4.ebuild @@ -22,6 +22,7 @@ DEPEND=" acct-user/at virtual/mta pam? ( sys-libs/pam ) + selinux? ( sys-libs/libselinux ) " RDEPEND="${DEPEND} virtual/mta |