diff options
author | David Seifert <soap@gentoo.org> | 2017-11-19 10:20:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-19 13:37:02 +0100 |
commit | cc4befd9ad90de774c03435b4d65dbb7c7cabc16 (patch) | |
tree | 7273aed4a65858e6d21161fb34372869e8966507 /games-emulation/mgba | |
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/mgba')
-rw-r--r-- | games-emulation/mgba/mgba-0.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/mgba/mgba-0.5.2.ebuild b/games-emulation/mgba/mgba-0.5.2.ebuild index 042cf1dd13fc..be3429d13af3 100644 --- a/games-emulation/mgba/mgba-0.5.2.ebuild +++ b/games-emulation/mgba/mgba-0.5.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="ffmpeg imagemagick opengl qt5 +sdl" REQUIRED_USE="|| ( qt5 sdl ) qt5? ( opengl )" |