diff options
author | 2017-11-19 10:20:38 +0100 | |
---|---|---|
committer | 2017-11-19 13:37:02 +0100 | |
commit | cc4befd9ad90de774c03435b4d65dbb7c7cabc16 (patch) | |
tree | 7273aed4a65858e6d21161fb34372869e8966507 /games-emulation/dolphin | |
parent | games-arcade/opensonic: Remove old (diff) | |
download | gentoo-cc4befd9ad90de774c03435b4d65dbb7c7cabc16.tar.gz gentoo-cc4befd9ad90de774c03435b4d65dbb7c7cabc16.tar.bz2 gentoo-cc4befd9ad90de774c03435b4d65dbb7c7cabc16.zip |
Partially revert "games-*/*: Remove stable keywords"
Unstabled packages not maintained by Games team.
This partially reverts commit c9617875332b1b9c894c850a1f8d8dcc1897f33f.
Closes: https://github.com/gentoo/gentoo/pull/6228
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild b/games-emulation/dolphin/dolphin-5.0.ebuild index 04b020090999..66b0fe9c7dab 100644 --- a/games-emulation/dolphin/dolphin-5.0.ebuild +++ b/games-emulation/dolphin/dolphin-5.0.ebuild @@ -10,7 +10,7 @@ WX_GTK_VER="3.0" inherit cmake-utils eutils l10n pax-utils toolchain-funcs versionator wxwidgets SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.zip -> ${P}.zip" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Gamecube and Wii game emulator" HOMEPAGE="https://www.dolphin-emu.org/" |