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: Sat, 06 Oct 2018 20:32:07
Message-Id: 1538857904.5866bbc8c2570fd1fc597db57f6cd621855917a2.mattst88@gentoo
1 commit: 5866bbc8c2570fd1fc597db57f6cd621855917a2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 20:29:22 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 20:31:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5866bbc8
7
8 media-libs/libepoxy: Require >=dev-util/meson-0.47.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/libepoxy/libepoxy-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild
16 index b6c7a46a052..ec896cd974c 100644
17 --- a/media-libs/libepoxy/libepoxy-9999.ebuild
18 +++ b/media-libs/libepoxy/libepoxy-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -29,6 +29,7 @@ IUSE="test +X"
26 RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
27 DEPEND="${PYTHON_DEPS}
28 ${RDEPEND}
29 + >=dev-util/meson-0.47.0
30 X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
31 virtual/pkgconfig"