From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 354F8138334 for ; Tue, 2 Oct 2018 02:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AC1FE0AB8; Tue, 2 Oct 2018 02:14:52 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0333CE0AB8 for ; Tue, 2 Oct 2018 02:14:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 816F1335D3E for ; Tue, 2 Oct 2018 02:14:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5542E42D for ; Tue, 2 Oct 2018 02:14:28 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1538446424.499eae645617076c883302d74db805931032834d.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/doxygen/doxygen-9999.ebuild X-VCS-Directories: app-doc/doxygen/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 499eae645617076c883302d74db805931032834d X-VCS-Branch: master Date: Tue, 2 Oct 2018 02:14:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: acbb733e-4a5e-4a97-8691-739772055569 X-Archives-Hash: 8f4be1e43c3132941cd9807c902f5e88 commit: 499eae645617076c883302d74db805931032834d Author: Matthias Maier gentoo org> AuthorDate: Tue Oct 2 02:06:57 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Oct 2 02:13:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499eae64 app-doc/doxygen: update live ebuild Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Matthias Maier gentoo.org> app-doc/doxygen/doxygen-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index 0f8cc61578a..34ade676fba 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -58,7 +58,7 @@ DEPEND="sys-devel/flex # src_test() defaults to make -C testing but there is no such directory (bug #504448) RESTRICT="test" -PATCHES=( "${FILESDIR}/${PN}-1.8.11-link_with_pthread.patch" ) +PATCHES=( "${FILESDIR}/${PN}-1.8.12-link_with_pthread.patch" ) DOCS=( LANGUAGE.HOWTO README.md ) pkg_setup() {