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 D231B1396D9 for ; Tue, 7 Nov 2017 08:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5108E0C31; Tue, 7 Nov 2017 08:30:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3DEFE0C31 for ; Tue, 7 Nov 2017 08:30:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8239E33BE19 for ; Tue, 7 Nov 2017 08:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 454FB97DB for ; Tue, 7 Nov 2017 08:30:57 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1510043454.613464aa03f220a136ce4edf1ebd33c825d1ad2c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/poppler/poppler-9999.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 613464aa03f220a136ce4edf1ebd33c825d1ad2c X-VCS-Branch: master Date: Tue, 7 Nov 2017 08:30:57 +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: c9522e5c-548c-4037-b5b6-2a1b9b9fe581 X-Archives-Hash: 321b306b56099ff97ae3683ad7ded1f9 commit: 613464aa03f220a136ce4edf1ebd33c825d1ad2c Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 7 08:30:42 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 7 08:30:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613464aa app-text/poppler: Really sync live ebuild. Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-text/poppler/poppler-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index 051f129f55e..664f5ee424a 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -62,7 +62,7 @@ DOCS=(AUTHORS NEWS README README-XPDF) PATCHES=( "${FILESDIR}/${PN}-0.60.1-qt5-dependencies.patch" "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch" - "${FILESDIR}/${PN}-0.60.1-respect-cflags.patch" + "${FILESDIR}/${PN}-0.61.0-respect-cflags.patch" "${FILESDIR}/${PN}-0.33.0-openjpeg2.patch" "${FILESDIR}/${PN}-0.40-FindQt4.patch" )