diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 00:09:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:06:59 +0100 |
commit | a99654040debb48b524c7a89931c8b9c34fd7dd7 (patch) | |
tree | dd3c14f1a940a77c21b83ec59e5586e81e0669d9 /games-kids | |
parent | app-admin/fam: add missing edos2unix inherit (diff) | |
download | gentoo-a99654040debb48b524c7a89931c8b9c34fd7dd7.tar.gz gentoo-a99654040debb48b524c7a89931c8b9c34fd7dd7.tar.bz2 gentoo-a99654040debb48b524c7a89931c8b9c34fd7dd7.zip |
games-kids/memonix: add indirect wrapper inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/memonix/memonix-1.6-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-kids/memonix/memonix-1.6-r1.ebuild b/games-kids/memonix/memonix-1.6-r1.ebuild index cd3307ffbefe..f21368cfc488 100644 --- a/games-kids/memonix/memonix-1.6-r1.ebuild +++ b/games-kids/memonix/memonix-1.6-r1.ebuild @@ -3,16 +3,16 @@ EAPI=7 -inherit cmake desktop +inherit cmake desktop wrapper DESCRIPTION="Brain teasers, puzzle and memory games for kid's in one pack" HOMEPAGE="https://www.viewizard.com/memonix/" SRC_URI="http://www.viewizard.com/download/${PN}_${PV}_src.tar.bz2" +S="${WORKDIR}/MemonixSourceCode" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" media-libs/libsdl:0[sound,opengl,video,X] @@ -21,8 +21,6 @@ RDEPEND=" " DEPEND="${RDEPEND}" -S="${WORKDIR}/MemonixSourceCode" - src_install() { exeinto /usr/"$(get_libdir)" doexe ../${P}_build/Memonix |