diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-13 22:20:19 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-13 22:20:24 +0000 |
commit | ef8ebb723233ce9a9943d391da265ad515b6cbe3 (patch) | |
tree | 7339afce52af6a8631d1f987ca25fdf2d4b27b51 /games-roguelike | |
parent | sys-devel/gdb: add source-highlight depend, bug #680238 (diff) | |
download | gentoo-ef8ebb723233ce9a9943d391da265ad515b6cbe3.tar.gz gentoo-ef8ebb723233ce9a9943d391da265ad515b6cbe3.tar.bz2 gentoo-ef8ebb723233ce9a9943d391da265ad515b6cbe3.zip |
games-roguelike/nethack: keyworded 3.6.1 for ppc/ppc64, bug #676630
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/nethack/nethack-3.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/nethack/nethack-3.6.1.ebuild b/games-roguelike/nethack/nethack-3.6.1.ebuild index b965ddbd5ef3..67fdfa59144c 100644 --- a/games-roguelike/nethack/nethack-3.6.1.ebuild +++ b/games-roguelike/nethack/nethack-3.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://nethack.org/download/${PV}/nethack-${MY_PV}-src.tgz" LICENSE="nethack" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="X" RDEPEND="sys-libs/ncurses:0= |