Skip to content

Commit

Permalink
app-admin/webalizer: add missing selinux policy dep
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 28, 2023
1 parent e4024df commit d81a31d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app-admin/webalizer/webalizer-2.23.08-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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

# uses webapp.eclass to create directories with right permissions
Expand Down Expand Up @@ -31,16 +31,20 @@ S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
IUSE="bzip2 xtended geoip nls"
IUSE="bzip2 xtended geoip nls selinux"

DEPEND="
>=sys-libs/db-4.2:*
>=sys-libs/zlib-1.1.4
>=media-libs/libpng-1.2:0=
>=media-libs/gd-1.8.3[png]
dev-libs/geoip
bzip2? ( app-arch/bzip2 )"
RDEPEND="${DEPEND}"
bzip2? ( app-arch/bzip2 )
"
RDEPEND="
${DEPEND}
selinux? ( sec-policy/selinux-webalizer )
"

pkg_setup() {
webapp_pkg_setup
Expand Down

0 comments on commit d81a31d

Please sign in to comment.