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 B7BBC138334 for ; Fri, 11 Oct 2019 15:36:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 962F7E088F; Fri, 11 Oct 2019 15:36:09 +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 70CF8E088F for ; Fri, 11 Oct 2019 15:36:09 +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 3CDF434BBD3 for ; Fri, 11 Oct 2019 15:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FAC088B 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: <1570808134.09b8830cc263f23130d566d1dcb8da1220c04e56.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/nethack/, games-roguelike/hengband/, games-roguelike/zangband/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/hengband/hengband-1.6.2-r1.ebuild games-roguelike/moria/moria-5.7.10.ebuild games-roguelike/nethack/nethack-3.6.0-r3.ebuild games-roguelike/nethack/nethack-3.6.1.ebuild games-roguelike/zangband/zangband-2.7.4c.ebuild X-VCS-Directories: games-roguelike/nethack/ games-roguelike/hengband/ games-roguelike/zangband/ games-roguelike/moria/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09b8830cc263f23130d566d1dcb8da1220c04e56 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: 360d240d-2f9a-4b8e-97e9-0b014651817f X-Archives-Hash: b81cac31e5cc4ad8e8a0650ffa11a050 commit: 09b8830cc263f23130d566d1dcb8da1220c04e56 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 11 15:35:34 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 11 15:35:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b8830c games-roguelike: Remove *-fbsd KEYWORDS Signed-off-by: Michał Górny gentoo.org> games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 2 +- games-roguelike/moria/moria-5.7.10.ebuild | 2 +- games-roguelike/nethack/nethack-3.6.0-r3.ebuild | 2 +- games-roguelike/nethack/nethack-3.6.1.ebuild | 2 +- games-roguelike/zangband/zangband-2.7.4c.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild index 8559444d707..553ac14cee2 100644 --- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild +++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://hengband.sourceforge.jp/en/" SRC_URI="mirror://sourceforge.jp/hengband/10331/${P}.tar.bz2 mirror://gentoo/${P}-mispellings.patch.gz" -KEYWORDS="~x86 ~x86-fbsd" +KEYWORDS="~x86" LICENSE="Moria" SLOT="0" IUSE="X l10n_ja" diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild index 73142dad797..5261c3d90c4 100644 --- a/games-roguelike/moria/moria-5.7.10.ebuild +++ b/games-roguelike/moria/moria-5.7.10.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/dungeons-of-moria/umoria/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~m68k ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~m68k ~x86" IUSE="" RDEPEND="acct-group/gamestat diff --git a/games-roguelike/nethack/nethack-3.6.0-r3.ebuild b/games-roguelike/nethack/nethack-3.6.0-r3.ebuild index 834881ef5f2..e925cc23d4b 100644 --- a/games-roguelike/nethack/nethack-3.6.0-r3.ebuild +++ b/games-roguelike/nethack/nethack-3.6.0-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/nethack/${PN}-${MY_PV}-src.tgz" LICENSE="nethack" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~x86" IUSE="experimental X" RDEPEND="acct-group/gamestat diff --git a/games-roguelike/nethack/nethack-3.6.1.ebuild b/games-roguelike/nethack/nethack-3.6.1.ebuild index b2a450c706d..96361cc4c99 100644 --- a/games-roguelike/nethack/nethack-3.6.1.ebuild +++ b/games-roguelike/nethack/nethack-3.6.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://nethack.org/download/${PV}/nethack-${MY_PV}-src.tgz" LICENSE="nethack" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="X" RDEPEND="acct-group/gamestat diff --git a/games-roguelike/zangband/zangband-2.7.4c.ebuild b/games-roguelike/zangband/zangband-2.7.4c.ebuild index e04a2836fb7..23fcdc425c0 100644 --- a/games-roguelike/zangband/zangband-2.7.4c.ebuild +++ b/games-roguelike/zangband/zangband-2.7.4c.ebuild @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/${P}.tar.gz" LICENSE="Moria" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~x86" IUSE="tk" RDEPEND="