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 9C16A1396D0 for ; Mon, 28 Aug 2017 02:52:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D30ACE0EAC; Mon, 28 Aug 2017 02:52:18 +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 B112AE0EAC for ; Mon, 28 Aug 2017 02:52:18 +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 67DBB341956 for ; Mon, 28 Aug 2017 02:52:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F8AF8514 for ; Mon, 28 Aug 2017 02:52:14 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1503888628.9c74d13ea11ffa3c5ecb4590f9b4de25dfedd5d2.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/waylandpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/waylandpp/waylandpp-0.1.0.ebuild dev-cpp/waylandpp/waylandpp-9999.ebuild X-VCS-Directories: dev-cpp/waylandpp/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 9c74d13ea11ffa3c5ecb4590f9b4de25dfedd5d2 X-VCS-Branch: master Date: Mon, 28 Aug 2017 02:52:14 +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: 37b75e4e-ac2d-417b-b9a9-974b9b96d4bc X-Archives-Hash: fbcde724a781804b03d3bf24bd2e46a5 commit: 9c74d13ea11ffa3c5ecb4590f9b4de25dfedd5d2 Author: Craig Andrews gentoo org> AuthorDate: Mon Aug 28 02:50:28 2017 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Aug 28 02:50:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c74d13e dev-cpp/waylandpp: Fix multilib-strict workaround on non-multilib systems Gentoo-bug: 629110 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-cpp/waylandpp/waylandpp-0.1.0.ebuild | 5 +++++ dev-cpp/waylandpp/waylandpp-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-cpp/waylandpp/waylandpp-0.1.0.ebuild b/dev-cpp/waylandpp/waylandpp-0.1.0.ebuild index 846643b6113..ec39b8bc686 100644 --- a/dev-cpp/waylandpp/waylandpp-0.1.0.ebuild +++ b/dev-cpp/waylandpp/waylandpp-0.1.0.ebuild @@ -31,6 +31,11 @@ DEPEND="${RDEPEND} ) " +src_prepare() { + default + sed -i -e "s:\$\${prefix}/lib:/usr/$(get_libdir):" SConstruct || die +} + src_compile() { CC="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" PREFIX="${D%/}/usr" escons if use doc; then diff --git a/dev-cpp/waylandpp/waylandpp-9999.ebuild b/dev-cpp/waylandpp/waylandpp-9999.ebuild index 846643b6113..ec39b8bc686 100644 --- a/dev-cpp/waylandpp/waylandpp-9999.ebuild +++ b/dev-cpp/waylandpp/waylandpp-9999.ebuild @@ -31,6 +31,11 @@ DEPEND="${RDEPEND} ) " +src_prepare() { + default + sed -i -e "s:\$\${prefix}/lib:/usr/$(get_libdir):" SConstruct || die +} + src_compile() { CC="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" PREFIX="${D%/}/usr" escons if use doc; then