logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 611a50ba7dfddab16a83edbcb8e39b6c8e3df829
parent feb1fa138d1b83037ec882d865aaa90428cea08c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 25 Jul 2021 08:39:10 +0200

media-libs/libsdl: Fix multilib

Diffstat:

Mmedia-libs/libsdl/libsdl-9999.ebuild7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-libs/libsdl/libsdl-9999.ebuild b/media-libs/libsdl/libsdl-9999.ebuild @@ -2,12 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit git-r3 cmake multilib +inherit git-r3 cmake-multilib DESCRIPTION="Simple Direct Media Layer (sdl-1.2 compatibility)" HOMEPAGE="https://github.com/libsdl-org/sdl12-compat" EGIT_REPO_URI="https://github.com/libsdl-org/sdl12-compat" -LICENSE="ZLIB" +# dr_mp3: MIT-O or Public-Domain +LICENSE="ZLIB || ( MIT-0 public-domain )" SLOT="0/sdl12-compat" RESTRICT="!test? ( test )" @@ -32,5 +33,5 @@ src_configure() { -DSDL12TESTS=$(usex test) ) - cmake_src_configure + cmake-multilib_src_configure }