commit:     7aba89d3f2d8d6c83abfb463921d1331ad70cf9f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:33:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:37:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aba89d3

www-misc/awstats: add missing selinux policy dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-misc/awstats/awstats-7.8-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-misc/awstats/awstats-7.8-r1.ebuild 
b/www-misc/awstats/awstats-7.8-r1.ebuild
index eb1b99ea5e90..f99c49572678 100644
--- a/www-misc/awstats/awstats-7.8-r1.ebuild
+++ b/www-misc/awstats/awstats-7.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,11 +9,11 @@ DESCRIPTION="AWStats is short for Advanced Web Statistics"
 HOMEPAGE="https://www.awstats.org/";
 SRC_URI="https://www.awstats.org/files/${P}.tar.gz";
 S=${WORKDIR}/${MY_P}
-LICENSE="GPL-3"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="geoip ipv6"
 
+LICENSE="GPL-3"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE="geoip ipv6 selinux"
 
 RDEPEND="
        >=dev-lang/perl-5.6.1
@@ -26,8 +26,8 @@ RDEPEND="
                dev-perl/Net-DNS
                dev-perl/Net-IP
        )
+       selinux? ( sec-policy/selinux-awstats )
 "
-DEPEND=""
 
 src_prepare() {
        eapply "${FILESDIR}"/${PN}-7.1-gentoo.diff

Reply via email to