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 5E7CD1382C5 for ; Wed, 14 Feb 2018 17:22:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98167E0B09; Wed, 14 Feb 2018 17:22:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 78FADE0B09 for ; Wed, 14 Feb 2018 17:22:36 +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 F362F335C05 for ; Wed, 14 Feb 2018 17:22:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6AE51E6 for ; Wed, 14 Feb 2018 17:22:31 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1518628852.edf385b4ab8633db150d8485d7228deb04bbcc2d.perfinion@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.13.2.ebuild X-VCS-Directories: app-admin/syslog-ng/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: edf385b4ab8633db150d8485d7228deb04bbcc2d X-VCS-Branch: master Date: Wed, 14 Feb 2018 17:22:31 +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: 83d17609-aa40-4747-a429-b76d5a333d50 X-Archives-Hash: 6380b2aab5ad37fa2e553330c91bc81f commit: edf385b4ab8633db150d8485d7228deb04bbcc2d Author: Jason Zaman gentoo org> AuthorDate: Wed Feb 14 17:20:52 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Feb 14 17:20:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf385b4 app-admin/syslog-ng: amd64 stable Gentoo-bug: 646778 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-admin/syslog-ng/syslog-ng-3.13.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild index e9146baa8bb..f4ec9803cfc 100644 --- a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild +++ b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="amqp caps dbi geoip http ipv6 json libressl mongodb pacct python redis smtp spoof-source systemd tcpd" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test"