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 67059138335 for ; Sat, 10 Aug 2019 09:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73329E08E8; Sat, 10 Aug 2019 09:04:24 +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 5A492E08E8 for ; Sat, 10 Aug 2019 09:04:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 088B4349810 for ; Sat, 10 Aug 2019 09:04:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB4A0471 for ; Sat, 10 Aug 2019 09:04:20 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1565427815.80d649a91569f9bc8a997e23ac325bb75a8679b2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ufw/ufw-0.36.ebuild X-VCS-Directories: net-firewall/ufw/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 80d649a91569f9bc8a997e23ac325bb75a8679b2 X-VCS-Branch: master Date: Sat, 10 Aug 2019 09:04:20 +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: 13bb25b4-cb01-49fa-bc97-6bee98207b2a X-Archives-Hash: fccdf9f11243d3572e1ed82a1f30b9f7 commit: 80d649a91569f9bc8a997e23ac325bb75a8679b2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 10 09:03:35 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 10 09:03:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d649a9 net-firewall/ufw: stable 0.36 for ia64, bug #691498 Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> net-firewall/ufw/ufw-0.36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild index 8c0706988e4..8c12a14e063 100644 --- a/net-firewall/ufw/ufw-0.36.ebuild +++ b/net-firewall/ufw/ufw-0.36.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/ufw/${PV}/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~amd64 ia64 ~ppc ~ppc64 sparc ~x86" IUSE="examples ipv6" DEPEND=""