Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/intel-gpu-tools/
Date: Thu, 05 Jul 2018 17:08:23
Message-Id: 1530810407.fb1bd5b67a5cba9a8851e6ee823040121f653f20.mattst88@gentoo
1 commit: fb1bd5b67a5cba9a8851e6ee823040121f653f20
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 5 17:05:41 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 5 17:06:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1bd5b6
7
8 x11-apps/intel-gpu-tools: Unconditionally depend on dev-util/gtk-doc
9
10 The tarball wasn't generated with 'make dist' so the appropriate files
11 are not available. Thus we have to depend on gtk-doc for gtk-doc.make.
12
13 Closes: https://bugs.gentoo.org/658108
14
15 x11-apps/intel-gpu-tools/intel-gpu-tools-1.22.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.22.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.22.ebuild
19 index be16cea0651..805a51f6379 100644
20 --- a/x11-apps/intel-gpu-tools/intel-gpu-tools-1.22.ebuild
21 +++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-1.22.ebuild
22 @@ -47,7 +47,7 @@ RDEPEND="sys-apps/kmod:=
23 DEPEND="${RDEPEND}
24 amd64? ( ${X86_DEPEND} )
25 x86? ( ${X86_DEPEND} )
26 - doc? ( >=dev-util/gtk-doc-1.25-r1 )"
27 + >=dev-util/gtk-doc-1.25-r1"
28
29 PATCHES=(
30 "${FILESDIR}"/${P}-KBL-ICL-PCI-IDs.patch