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: Sun, 05 Mar 2017 17:26:10
Message-Id: 1488734757.c8da55057f5e1357bcad212eda85892aa8e8562f.mattst88@gentoo
1 commit: c8da55057f5e1357bcad212eda85892aa8e8562f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 17:25:31 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 17:25:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8da5505
7
8 media-libs/libepoxy: Enable USE=+X by default.
9
10 media-libs/libepoxy/libepoxy-1.4.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/media-libs/libepoxy/libepoxy-1.4.1.ebuild b/media-libs/libepoxy/libepoxy-1.4.1.ebuild
14 index 8b741660cf3..8429b558b4c 100644
15 --- a/media-libs/libepoxy/libepoxy-1.4.1.ebuild
16 +++ b/media-libs/libepoxy/libepoxy-1.4.1.ebuild
17 @@ -25,7 +25,7 @@ fi
18
19 LICENSE="MIT"
20 SLOT="0"
21 -IUSE="test X"
22 +IUSE="test +X"
23
24 DEPEND="${PYTHON_DEPS}
25 media-libs/mesa[egl,${MULTILIB_USEDEP}]