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 ED949138334 for ; Sun, 11 Aug 2019 21:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BA9BE085D; Sun, 11 Aug 2019 21:30:23 +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 477C3E085D for ; Sun, 11 Aug 2019 21:30:23 +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 798AB349936 for ; Sun, 11 Aug 2019 21:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0C7376F for ; Sun, 11 Aug 2019 21:30:02 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1565558990.9e80b860972bb5d070fa3e74ae7c38e5bf109bd6.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9e80b860972bb5d070fa3e74ae7c38e5bf109bd6 X-VCS-Branch: master Date: Sun, 11 Aug 2019 21:30:02 +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: 161eab26-1a63-47d0-9b3e-5d8c49c717c1 X-Archives-Hash: b8bb4f609ae803cd60cf6907defc2306 commit: 9e80b860972bb5d070fa3e74ae7c38e5bf109bd6 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Aug 11 20:55:22 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Aug 11 21:29:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e80b860 net-firewall/ufw: x86 stable (bug #691498) Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann 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 79eca7ad55d..1d26cf9554c 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=""