commit: fcdd7ac25ebc7592555cfbe5ad24f5a9596ef67c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 20:09:02 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 20:09:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcdd7ac2
media-libs/allegro: set CMAKE_ECLASS Closes: https://bugs.gentoo.org/770544 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/allegro/allegro-5.2.6.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/allegro/allegro-5.2.6.0.ebuild b/media-libs/allegro/allegro-5.2.6.0.ebuild index f2bc18f1a0b..32f11a6aac4 100644 --- a/media-libs/allegro/allegro-5.2.6.0.ebuild +++ b/media-libs/allegro/allegro-5.2.6.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +CMAKE_ECLASS="cmake" inherit cmake-multilib DESCRIPTION="Cross-platform library aimed at video game and multimedia programming" @@ -19,6 +20,7 @@ REQUIRED_USE="X? ( opengl ) xinerama? ( X ) || ( alsa openal oss pulseaudio )" +BDEPEND="virtual/pkgconfig" RDEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) dumb? ( >=media-libs/dumb-0.9.3-r2:=[${MULTILIB_USEDEP}] ) @@ -47,7 +49,6 @@ RDEPEND=" " DEPEND="${RDEPEND} x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" MULTILIB_WRAPPED_HEADERS=( /usr/include/allegro5/allegro_native_dialog.h )
