From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1255683-garchives=archives.gentoo.org@lists.gentoo.org> 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 5A2F013835B for <garchives@archives.gentoo.org>; Sat, 27 Feb 2021 04:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 567EAE08D3; Sat, 27 Feb 2021 04:12:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3E9F8E08D3 for <gentoo-commits@lists.gentoo.org>; Sat, 27 Feb 2021 04:12:05 +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 3FEA6341109 for <gentoo-commits@lists.gentoo.org>; Sat, 27 Feb 2021 04:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 769DC587 for <gentoo-commits@lists.gentoo.org>; Sat, 27 Feb 2021 04:12:01 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1614399112.0f17e09ce54350b4b2b9417afec82feedae26e0a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdynd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdynd/libdynd-0.7.2-r1.ebuild X-VCS-Directories: dev-libs/libdynd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f17e09ce54350b4b2b9417afec82feedae26e0a X-VCS-Branch: master Date: Sat, 27 Feb 2021 04:12:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46762e06-012e-431b-a47d-0c5389512768 X-Archives-Hash: 700ff82f5e486b39765d1b5a8604783a commit: 0f17e09ce54350b4b2b9417afec82feedae26e0a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 27 04:11:29 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 27 04:11:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f17e09c dev-libs/libdynd: fix libdir Closes: https://bugs.gentoo.org/701474 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libdynd/libdynd-0.7.2-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild b/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild index 981f00aaf6a..b83206ebd45 100644 --- a/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild +++ b/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild @@ -52,6 +52,9 @@ src_prepare() { -e '/git_describe/d' \ -e '/dirty/d' \ -i CMakeLists.txt || die + + # fix libdir, bug #701474 + sed -i -e "s|/lib|/$(get_libdir)|" libdynd-config.in || die } src_configure() {