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 615B9138334 for ; Mon, 12 Nov 2018 19:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AD2AE092B; Mon, 12 Nov 2018 19:03:09 +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 56BEEE092B for ; Mon, 12 Nov 2018 19:03:09 +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 B9232335D1A for ; Mon, 12 Nov 2018 19:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F2D9462 for ; Mon, 12 Nov 2018 19:03:05 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1542049383.c5ac8976f55bc61fc22e66922c4334547f94b302.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/syslog-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/syslog-ng/syslog-ng-3.17.2.ebuild X-VCS-Directories: app-admin/syslog-ng/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c5ac8976f55bc61fc22e66922c4334547f94b302 X-VCS-Branch: master Date: Mon, 12 Nov 2018 19:03:05 +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-Archives-Salt: ea310154-5489-4bbf-a9b5-17414261341a X-Archives-Hash: 7dd9f792c58b543eeb9bce1231f83d1b commit: c5ac8976f55bc61fc22e66922c4334547f94b302 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Nov 12 19:02:46 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Nov 12 19:03:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ac8976 app-admin/syslog-ng: amd64 stable wrt bug #670974 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-admin/syslog-ng/syslog-ng-3.17.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild index 3e29c529e65..8b4985065ba 100644 --- a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild +++ b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python redis smtp spoof-source systemd tcpd" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # unit tests require https://github.com/Snaipe/Criterion with additional deps