From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4202B158009 for ; Wed, 28 Jun 2023 07:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1354E0924; Wed, 28 Jun 2023 07:37:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E8F0E0924 for ; Wed, 28 Jun 2023 07:37:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36FF934100E for ; Wed, 28 Jun 2023 07:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19CB5136 for ; Wed, 28 Jun 2023 07:37:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687937822.7aba89d3f2d8d6c83abfb463921d1331ad70cf9f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/awstats/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/awstats/awstats-7.8-r1.ebuild X-VCS-Directories: www-misc/awstats/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7aba89d3f2d8d6c83abfb463921d1331ad70cf9f X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:37:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70e9445b-ea9e-45a8-b3fb-7ad8e050036f X-Archives-Hash: f756d2f21ad1a67816d5946a0c1be737 commit: 7aba89d3f2d8d6c83abfb463921d1331ad70cf9f Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:33:05 2023 +0000 Commit: Sam James gentoo 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 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