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 8047D138331 for ; Sat, 7 Apr 2018 11:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 810A6E08DD; Sat, 7 Apr 2018 11:03:06 +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 5FD23E08C8 for ; Sat, 7 Apr 2018 11:03:06 +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 18E91335C59 for ; Sat, 7 Apr 2018 11:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C02827E for ; Sat, 7 Apr 2018 11:03:03 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1523098981.0d5194881cd53c391d5642f9af5104a4aecdcfaa.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0d5194881cd53c391d5642f9af5104a4aecdcfaa X-VCS-Branch: master Date: Sat, 7 Apr 2018 11:03:03 +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: 7db4f259-c78b-4a34-98c0-c1c2065ce09c X-Archives-Hash: 358a6575c10acdc30e67a85a9281fd46 commit: 0d5194881cd53c391d5642f9af5104a4aecdcfaa Author: Jeroen Roovers gentoo org> AuthorDate: Sat Apr 7 11:02:42 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Apr 7 11:03:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d519488 app-admin/syslog-ng: Stable for HPPA too. Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --ignore-arches 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 5c6bbbb61f9..90ffc3bf337 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 ~hppa ia64 sparc x86" +KEYWORDS="amd64 hppa ia64 sparc 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"