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 7E2F0138334 for ; Fri, 11 Oct 2019 15:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66A8CE0898; Fri, 11 Oct 2019 15:36:10 +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 4E1FCE0898 for ; Fri, 11 Oct 2019 15:36:10 +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 776D334B98B for ; Fri, 11 Oct 2019 15:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C73FB88D for ; Fri, 11 Oct 2019 15:36:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570808139.4a6fb481f2588ca0567f9befc9b1e390ca4a5a54.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.14.7.ebuild games-strategy/wesnoth/wesnoth-1.15.1.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a6fb481f2588ca0567f9befc9b1e390ca4a5a54 X-VCS-Branch: master Date: Fri, 11 Oct 2019 15:36:05 +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: c4851a85-d548-4b74-bd25-bc07d25c3944 X-Archives-Hash: 1ae7c5fd258dea12c1cd253ca5964658 commit: 4a6fb481f2588ca0567f9befc9b1e390ca4a5a54 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 11 15:35:39 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 11 15:35:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6fb481 games-strategy: Remove *-fbsd KEYWORDS Signed-off-by: Michał Górny gentoo.org> games-strategy/wesnoth/wesnoth-1.14.7.ebuild | 2 +- games-strategy/wesnoth/wesnoth-1.15.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild index e4bfda3bc80..510a59e68be 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" # uneven minor versions are development versions if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then - KEYWORDS="~amd64 ~x86 ~x86-fbsd" + KEYWORDS="~amd64 ~x86" fi IUSE="dbus dedicated doc fribidi libressl nls openmp server" diff --git a/games-strategy/wesnoth/wesnoth-1.15.1.ebuild b/games-strategy/wesnoth/wesnoth-1.15.1.ebuild index 24ae216df06..807170165f0 100644 --- a/games-strategy/wesnoth/wesnoth-1.15.1.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.15.1.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" # uneven minor versions are development versions if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then - KEYWORDS="~amd64 ~x86 ~x86-fbsd" + KEYWORDS="~amd64 ~x86" fi IUSE="dbus dedicated doc fribidi libressl nls server"