summaryrefslogtreecommitdiff
path: root/media-libs/libglvnd/libglvnd-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libglvnd/libglvnd-9999.ebuild')
-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
+}