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 1DEC41382C5 for ; Sun, 28 Jun 2020 07:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34975E08D1; Sun, 28 Jun 2020 07:49:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 20D17E08D1 for ; Sun, 28 Jun 2020 07:49:53 +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 DDE8834F014 for ; Sun, 28 Jun 2020 07:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89BF82BB for ; Sun, 28 Jun 2020 07:49:50 +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: <1593330577.0bd0122d60508543b1825d3cff81cad5bf47ffaa.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bridge-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/bridge-utils/bridge-utils-1.6.ebuild X-VCS-Directories: net-misc/bridge-utils/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0bd0122d60508543b1825d3cff81cad5bf47ffaa X-VCS-Branch: master Date: Sun, 28 Jun 2020 07:49:50 +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: 3477e83d-641a-4d4e-91d9-62d5acfcea8d X-Archives-Hash: ad24801e9b13aa10bb96f98dfbc5f7f1 commit: 0bd0122d60508543b1825d3cff81cad5bf47ffaa Author: Rolf Eike Beer sf-mail de> AuthorDate: Sun Jun 28 07:29:22 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jun 28 07:49:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd0122d net-misc/bridge-utils: stable 1.6 for sparc, bug #703210 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> net-misc/bridge-utils/bridge-utils-1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/bridge-utils/bridge-utils-1.6.ebuild b/net-misc/bridge-utils/bridge-utils-1.6.ebuild index 11f95413077..f6d1fddf6e8 100644 --- a/net-misc/bridge-utils/bridge-utils-1.6.ebuild +++ b/net-misc/bridge-utils/bridge-utils-1.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86" IUSE="selinux" DEPEND="virtual/os-headers"