diff options
Diffstat (limited to 'app-arch/dpkg/dpkg-1.20.12-r1.ebuild')
-rw-r--r-- | app-arch/dpkg/dpkg-1.20.12-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-arch/dpkg/dpkg-1.20.12-r1.ebuild b/app-arch/dpkg/dpkg-1.20.12-r1.ebuild index 47e490a6a164..bbf52c31d007 100644 --- a/app-arch/dpkg/dpkg-1.20.12-r1.ebuild +++ b/app-arch/dpkg/dpkg-1.20.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -42,6 +42,8 @@ BDEPEND=" >=sys-devel/gettext-0.18.2 ) " +RDEPEND+=" selinux? ( sec-policy/selinux-dpkg )" + DOCS=( ChangeLog THANKS |