summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-03-03 11:56:53 -0800
committerMatt Turner <mattst88@gentoo.org>2019-03-03 13:07:36 -0800
commit896e7ca00924b2f727656776a4b8050383f49f2a (patch)
tree63cc08d274d8a91459ff748ca3a3f3671941240f /media-libs/libglvnd
parentdev-libs/vala-common: remove old (diff)
downloadgentoo-896e7ca00924b2f727656776a4b8050383f49f2a.tar.gz
gentoo-896e7ca00924b2f727656776a4b8050383f49f2a.tar.bz2
gentoo-896e7ca00924b2f727656776a4b8050383f49f2a.zip
media-libs/libglvnd: EAPI 7 and run tests
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/libglvnd')
-rw-r--r--media-libs/libglvnd/libglvnd-9999.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
index 9f9f724cecc2..f62514e30584 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
+}