Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libglvnd/
Date: Sun, 03 Mar 2019 21:07:51
Message-Id: 1551647256.896e7ca00924b2f727656776a4b8050383f49f2a.mattst88@gentoo
1 commit: 896e7ca00924b2f727656776a4b8050383f49f2a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 19:56:53 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 21:07:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896e7ca0
7
8 media-libs/libglvnd: EAPI 7 and run tests
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/libglvnd/libglvnd-9999.ebuild | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
16 index 9f9f724cecc..f62514e3058 100644
17 --- a/media-libs/libglvnd/libglvnd-9999.ebuild
18 +++ b/media-libs/libglvnd/libglvnd-9999.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 2018-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git"
28
29 @@ -52,3 +52,7 @@ multilib_src_install() {
30 default
31 find "${D}" -name '*.la' -delete || die
32 }
33 +
34 +multilib_src_test() {
35 + emake check
36 +}