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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A1B7138334 for ; Fri, 11 Oct 2019 15:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14A50E0835; Fri, 11 Oct 2019 15:39:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE721E0835 for ; Fri, 11 Oct 2019 15:39:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30E2D34BBCD for ; Fri, 11 Oct 2019 15:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5798883 for ; Fri, 11 Oct 2019 15:39:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570808301.fce0c73b052d0e74fca69009b000870360da909e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/awstats/, www-misc/htdig/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/awstats/awstats-7.1_p20121017.ebuild www-misc/awstats/awstats-7.4.ebuild www-misc/awstats/awstats-7.5.ebuild www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild X-VCS-Directories: www-misc/awstats/ www-misc/htdig/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fce0c73b052d0e74fca69009b000870360da909e X-VCS-Branch: master Date: Fri, 11 Oct 2019 15:39:26 +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: 19a71e97-edc2-48ce-99c5-49675dba006c X-Archives-Hash: 30f5e41d97f42835f97c92b37c2b0fef commit: fce0c73b052d0e74fca69009b000870360da909e Author: Michał Górny gentoo org> AuthorDate: Fri Oct 11 15:38:21 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 11 15:38:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce0c73b www-misc: Remove *-fbsd KEYWORDS Signed-off-by: Michał Górny gentoo.org> www-misc/awstats/awstats-7.1_p20121017.ebuild | 2 +- www-misc/awstats/awstats-7.4.ebuild | 2 +- www-misc/awstats/awstats-7.5.ebuild | 2 +- www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-misc/awstats/awstats-7.1_p20121017.ebuild b/www-misc/awstats/awstats-7.1_p20121017.ebuild index 225a3d04175..d9163b12810 100644 --- a/www-misc/awstats/awstats-7.1_p20121017.ebuild +++ b/www-misc/awstats/awstats-7.1_p20121017.ebuild @@ -23,7 +23,7 @@ fi S=${WORKDIR}/${MY_P} LICENSE="GPL-2" -KEYWORDS="~alpha amd64 hppa ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ppc ~sparc x86" IUSE="geoip ipv6" SLOT="0" diff --git a/www-misc/awstats/awstats-7.4.ebuild b/www-misc/awstats/awstats-7.4.ebuild index 3e8cf18c8f7..b915d62d25d 100644 --- a/www-misc/awstats/awstats-7.4.ebuild +++ b/www-misc/awstats/awstats-7.4.ebuild @@ -23,7 +23,7 @@ fi S=${WORKDIR}/${MY_P} LICENSE="GPL-3" -KEYWORDS="~alpha amd64 hppa ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ppc ~sparc x86" IUSE="geoip ipv6" SLOT="0" diff --git a/www-misc/awstats/awstats-7.5.ebuild b/www-misc/awstats/awstats-7.5.ebuild index 537b396cee0..8e7b28821a6 100644 --- a/www-misc/awstats/awstats-7.5.ebuild +++ b/www-misc/awstats/awstats-7.5.ebuild @@ -23,7 +23,7 @@ fi S=${WORKDIR}/${MY_P} LICENSE="GPL-3" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="geoip ipv6" SLOT="0" diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild index eec36227e38..cac6067ae05 100644 --- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild +++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="libressl ssl" DEPEND="