commit: 831f242ff412f6c8bf313404c889faa0ac321496 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 19 16:34:38 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 19 16:35:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831f242f
games-arcade/syobon: further QA fixes Signed-off-by: Sam James <sam <AT> gentoo.org> games-arcade/syobon/syobon-1.0.1-r1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/games-arcade/syobon/syobon-1.0.1-r1.ebuild b/games-arcade/syobon/syobon-1.0.1-r1.ebuild index 83e73b70d418..42e82df2fac9 100644 --- a/games-arcade/syobon/syobon-1.0.1-r1.ebuild +++ b/games-arcade/syobon/syobon-1.0.1-r1.ebuild @@ -2,16 +2,17 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit desktop DESCRIPTION="Syobon Action (also known as Cat Mario or Neko Mario)" HOMEPAGE="http://zapek.com/?p=189" SRC_URI="http://zapek.com/wp-content/uploads/2010/09/${PN}_${PV}_src.tar.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" media-libs/libsdl[sound,video,joystick] @@ -20,11 +21,8 @@ RDEPEND=" media-libs/sdl-ttf media-libs/sdl-mixer[vorbis] " -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -S="${WORKDIR}/${PN}" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_compile() { emake GAMEDATA="/usr/share/${PN}"
