Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/
Date: Sat, 29 Apr 2017 09:09:57
Message-Id: 1493456967.358ceac654377f4a33e3b58c50d10065d194db54.jer@gentoo
1 commit: 358ceac654377f4a33e3b58c50d10065d194db54
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 29 09:09:27 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 29 09:09:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358ceac6
7
8 app-text/mupdf: Depend on >=media-libs/glfw-3.2 (bug #616826 by Hadrien Lacour).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-text/mupdf/mupdf-1.11.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/mupdf/mupdf-1.11.ebuild b/app-text/mupdf/mupdf-1.11.ebuild
16 index 0369b675c19..8a78ab2fbee 100644
17 --- a/app-text/mupdf/mupdf-1.11.ebuild
18 +++ b/app-text/mupdf/mupdf-1.11.ebuild
19 @@ -27,7 +27,7 @@ LIB_DEPEND="
20 virtual/jpeg[static-libs?]
21 X? ( x11-libs/libX11[static-libs?]
22 x11-libs/libXext[static-libs?] )
23 - opengl? ( >=media-libs/glfw-3 )"
24 + opengl? ( >=media-libs/glfw-3.2 )"
25 RDEPEND="${LIB_DEPEND}"
26 DEPEND="${RDEPEND}
27 virtual/pkgconfig