commit: fc5d983c57b50078edb18569b0635223694d1bed Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 11 12:51:55 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 11 12:51:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5d983c
games-emulation/atari800: Require sdl for opengl support Closes: https://bugs.gentoo.org/770052 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> games-emulation/atari800/atari800-4.2.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-emulation/atari800/atari800-4.2.0.ebuild b/games-emulation/atari800/atari800-4.2.0.ebuild index dd100857854..f49f59bcd44 100644 --- a/games-emulation/atari800/atari800-4.2.0.ebuild +++ b/games-emulation/atari800/atari800-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="opengl readline +sdl +sound" +REQUIRED_USE="opengl? ( sdl )" RDEPEND=" sdl? (
