diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:33:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:37:02 +0100 |
commit | 7aba89d3f2d8d6c83abfb463921d1331ad70cf9f (patch) | |
tree | d1faac77d90a58a834f20623ef5cdb6179380683 /www-misc | |
parent | www-client/links: add missing selinux policy dep (diff) | |
download | gentoo-7aba89d3f2d8d6c83abfb463921d1331ad70cf9f.tar.gz gentoo-7aba89d3f2d8d6c83abfb463921d1331ad70cf9f.tar.bz2 gentoo-7aba89d3f2d8d6c83abfb463921d1331ad70cf9f.zip |
www-misc/awstats: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/awstats/awstats-7.8-r1.ebuild | 10 |
1 files 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 |