diff options
author | David Seifert <soap@gentoo.org> | 2017-11-18 20:48:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-18 21:27:08 +0100 |
commit | c9617875332b1b9c894c850a1f8d8dcc1897f33f (patch) | |
tree | ac6fea30d10f4b5ec3c43322496dde4d4b69a5c8 /games-emulation/nestopia | |
parent | x11-libs/wxGTK: stable 3.0.2.0-r3 for ppc64, bug #632144 (diff) | |
download | gentoo-c9617875332b1b9c894c850a1f8d8dcc1897f33f.tar.gz gentoo-c9617875332b1b9c894c850a1f8d8dcc1897f33f.tar.bz2 gentoo-c9617875332b1b9c894c850a1f8d8dcc1897f33f.zip |
games-*/*: Remove stable keywords
Gentoo currently does not have the manpower
to maintain a ton of stable games packages.
Closes: https://github.com/gentoo/gentoo/pull/5404
Diffstat (limited to 'games-emulation/nestopia')
-rw-r--r-- | games-emulation/nestopia/nestopia-1.47_p20170105.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/nestopia/nestopia-1.47_p20170105.ebuild b/games-emulation/nestopia/nestopia-1.47_p20170105.ebuild index c5ba1600cf4e..932f8edc7412 100644 --- a/games-emulation/nestopia/nestopia-1.47_p20170105.ebuild +++ b/games-emulation/nestopia/nestopia-1.47_p20170105.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then else inherit vcs-snapshot SRC_URI="https://github.com/rdanbrook/${PN}/archive/d7fae2aff1a93eac997d2b480652a1d068a2b6cf.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2+" |