commit: 896e7ca00924b2f727656776a4b8050383f49f2a Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Mar 3 19:56:53 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Mar 3 21:07:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896e7ca0
media-libs/libglvnd: EAPI 7 and run tests Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/libglvnd/libglvnd-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild index 9f9f724cecc..f62514e3058 100644 --- a/media-libs/libglvnd/libglvnd-9999.ebuild +++ b/media-libs/libglvnd/libglvnd-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2018-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git" @@ -52,3 +52,7 @@ multilib_src_install() { default find "${D}" -name '*.la' -delete || die } + +multilib_src_test() { + emake check +}
