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 172E4138334 for ; Tue, 24 Jul 2018 23:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A499E0823; Tue, 24 Jul 2018 23:19:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [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 08118E0823 for ; Tue, 24 Jul 2018 23:19:39 +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 5ED8233E3A9 for ; Tue, 24 Jul 2018 23:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DD3D36B for ; Tue, 24 Jul 2018 23:19:36 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1532474334.b3569350b0d00546d7cea152b9bd054e37085473.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/woff2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/woff2/woff2-1.0.2-r1.ebuild media-libs/woff2/woff2-1.0.2.ebuild X-VCS-Directories: media-libs/woff2/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b3569350b0d00546d7cea152b9bd054e37085473 X-VCS-Branch: master Date: Tue, 24 Jul 2018 23:19:36 +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: 38bb201b-e790-417c-ab80-4f667bcf4e07 X-Archives-Hash: eebad9938b11e31b14be4fbf14bf9766 commit: b3569350b0d00546d7cea152b9bd054e37085473 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jul 24 23:18:25 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jul 24 23:18:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3569350 media-libs/woff2: use standard canonical prefixes compiler setup Avoid passing -no-canonical-prefixes argument to the compiler, as it is not the standard thing to do and it can break build for some Gentoo setups. Closes: https://bugs.gentoo.org/661942 Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-libs/woff2/{woff2-1.0.2.ebuild => woff2-1.0.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/woff2/woff2-1.0.2.ebuild b/media-libs/woff2/woff2-1.0.2-r1.ebuild similarity index 83% rename from media-libs/woff2/woff2-1.0.2.ebuild rename to media-libs/woff2/woff2-1.0.2-r1.ebuild index 725345adebd..4f012ef0390 100644 --- a/media-libs/woff2/woff2-1.0.2.ebuild +++ b/media-libs/woff2/woff2-1.0.2-r1.ebuild @@ -21,8 +21,8 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( - # needed, causes QA warnings otherwise - -DCMAKE_SKIP_RPATH=ON + -DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise + -DCANONICAL_PREFIXES=ON #661942 ) cmake-utils_src_configure }