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/libepoxy/
Date: Tue, 26 Nov 2019 20:41:46
Message-Id: 1574800887.f10454389262ad7a832d5fa82c54ff04992237e5.mattst88@gentoo
1 commit: f10454389262ad7a832d5fa82c54ff04992237e5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 26 20:40:58 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 26 20:41:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1045438
7
8 media-libs/libepoxy: Add RESTRICT="!test? ( test )"
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/libepoxy/libepoxy-1.5.4.ebuild | 1 +
13 media-libs/libepoxy/libepoxy-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/media-libs/libepoxy/libepoxy-1.5.4.ebuild b/media-libs/libepoxy/libepoxy-1.5.4.ebuild
17 index 2516bc11192..66722815106 100644
18 --- a/media-libs/libepoxy/libepoxy-1.5.4.ebuild
19 +++ b/media-libs/libepoxy/libepoxy-1.5.4.ebuild
20 @@ -24,6 +24,7 @@ fi
21
22 LICENSE="MIT"
23 SLOT="0"
24 +RESTRICT="!test? ( test )"
25 IUSE="+egl test +X"
26
27 RDEPEND="egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )"
28
29 diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild
30 index 2516bc11192..66722815106 100644
31 --- a/media-libs/libepoxy/libepoxy-9999.ebuild
32 +++ b/media-libs/libepoxy/libepoxy-9999.ebuild
33 @@ -24,6 +24,7 @@ fi
34
35 LICENSE="MIT"
36 SLOT="0"
37 +RESTRICT="!test? ( test )"
38 IUSE="+egl test +X"
39
40 RDEPEND="egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )"