diff options
-rw-r--r-- | app-containers/conmon/conmon-2.0.31.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-containers/conmon/conmon-2.0.31.ebuild b/app-containers/conmon/conmon-2.0.31.ebuild index 0f5ca7319b06..ac41e5569b88 100644 --- a/app-containers/conmon/conmon-2.0.31.ebuild +++ b/app-containers/conmon/conmon-2.0.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ IUSE="systemd" RESTRICT="test" RDEPEND="dev-libs/glib:= + sys-libs/libseccomp systemd? ( sys-apps/systemd:= )" DEPEND="${RDEPEND} dev-go/go-md2man" |