commit: c1b0a0094351c9e0652f8cbed678029df67c3be4 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Nov 26 03:53:42 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Nov 26 03:59:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b0a009
media-libs/libepoxy: Bump to EAPI=7 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/libepoxy/libepoxy-9999.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 4c04916e719..2516bc11192 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://github.com/anholt/${PN}.git" @@ -27,10 +27,9 @@ SLOT="0" IUSE="+egl test +X" RDEPEND="egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )" -DEPEND="${PYTHON_DEPS} - ${RDEPEND} - >=dev-util/meson-0.47.0 - X? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) +DEPEND="X? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) + ${RDEPEND}" +BDEPEND="${PYTHON_DEPS} virtual/pkgconfig" src_unpack() { @@ -42,8 +41,8 @@ multilib_src_configure() { local emesonargs=( -Degl=$(usex egl) -Dglx=$(usex X) - -Dx11=$(usex X true false) - -Dtests=$(usex test true false) + $(meson_use X x11) + $(meson_use test tests) ) meson_src_configure }
