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 AEE3E139085 for ; Mon, 19 Dec 2016 17:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14BFA21C012; Mon, 19 Dec 2016 17:02:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E24BE21C012 for ; Mon, 19 Dec 2016 17:02:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2600340AC7 for ; Mon, 19 Dec 2016 17:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493C424C1 for ; Mon, 19 Dec 2016 17:02:46 +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: <1482166959.d0ffa8e441f49aa43b1f1152c84b06b01369fa3e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/cairo/cairo-1.14.8.ebuild x11-libs/cairo/cairo-9999.ebuild X-VCS-Directories: x11-libs/cairo/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d0ffa8e441f49aa43b1f1152c84b06b01369fa3e X-VCS-Branch: master Date: Mon, 19 Dec 2016 17:02:46 +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: 8d571529-824e-49ef-901e-f2ef1ba4bfd0 X-Archives-Hash: d79239338f5e98bec0bbd05dc0404fc2 commit: d0ffa8e441f49aa43b1f1152c84b06b01369fa3e Author: Lars Wendler gentoo org> AuthorDate: Mon Dec 19 17:02:39 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Dec 19 17:02:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ffa8e4 x11-libs/cairo: Apply patches as early as possible (bug #603104). Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/cairo/cairo-1.14.8.ebuild | 4 ++-- x11-libs/cairo/cairo-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-libs/cairo/cairo-1.14.8.ebuild b/x11-libs/cairo/cairo-1.14.8.ebuild index 736ad87..5b1926b 100644 --- a/x11-libs/cairo/cairo-1.14.8.ebuild +++ b/x11-libs/cairo/cairo-1.14.8.ebuild @@ -76,13 +76,13 @@ PATCHES=( ) src_prepare() { + default + # tests and perf tools require X, bug #483574 if ! use X; then sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am || die fi - default - # Slightly messed build system YAY if [[ ${PV} == *9999* ]]; then touch boilerplate/Makefile.am.features diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 2cec6db..e3753c2 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -76,13 +76,13 @@ PATCHES=( ) src_prepare() { + default + # tests and perf tools require X, bug #483574 if ! use X; then sed -e '/^SUBDIRS/ s#boilerplate test perf# #' -i Makefile.am || die fi - default - # Slightly messed build system YAY if [[ ${PV} == *9999* ]]; then touch boilerplate/Makefile.am.features