Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/
Date: Tue, 02 Oct 2018 02:14:54
Message-Id: 1538446424.499eae645617076c883302d74db805931032834d.tamiko@gentoo
1 commit: 499eae645617076c883302d74db805931032834d
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 02:06:57 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 02:13:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499eae64
7
8 app-doc/doxygen: update live ebuild
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-doc/doxygen/doxygen-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild
17 index 0f8cc61578a..34ade676fba 100644
18 --- a/app-doc/doxygen/doxygen-9999.ebuild
19 +++ b/app-doc/doxygen/doxygen-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -58,7 +58,7 @@ DEPEND="sys-devel/flex
27 # src_test() defaults to make -C testing but there is no such directory (bug #504448)
28 RESTRICT="test"
29
30 -PATCHES=( "${FILESDIR}/${PN}-1.8.11-link_with_pthread.patch" )
31 +PATCHES=( "${FILESDIR}/${PN}-1.8.12-link_with_pthread.patch" )
32 DOCS=( LANGUAGE.HOWTO README.md )
33
34 pkg_setup() {