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 DD03D1382C5 for ; Mon, 1 Jun 2020 05:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED06CE09A1; Mon, 1 Jun 2020 05:27:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D490CE09A1 for ; Mon, 1 Jun 2020 05:27:06 +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 0DAED34EFCC for ; Mon, 1 Jun 2020 05:27:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78577242 for ; Mon, 1 Jun 2020 05:27:04 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1590989214.a5216b3bcd1c384d623b66f8e40da96006bcf6b8.cynede@gentoo> Subject: [gentoo-commits] repo/proj/rust:master commit in: dev-lang/rust/ X-VCS-Repository: repo/proj/rust X-VCS-Files: dev-lang/rust/rust-9999.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: a5216b3bcd1c384d623b66f8e40da96006bcf6b8 X-VCS-Branch: master Date: Mon, 1 Jun 2020 05:27:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6bbbbbef-e370-416f-a340-acdb0c8cf7b1 X-Archives-Hash: 5df77d62d7ac58bfbf02d207230a8ddf commit: a5216b3bcd1c384d623b66f8e40da96006bcf6b8 Author: o01eg yandex ru> AuthorDate: Fri May 29 10:39:04 2020 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Jun 1 05:26:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=a5216b3b Fix usage of git_libdir Closes: https://github.com/gentoo/gentoo-rust/pull/488 Signed-off-by: Mikhail Pukhlikov gentoo.org> dev-lang/rust/rust-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index facf26f..b96c023 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -90,8 +90,8 @@ REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} ) QA_FLAGS_IGNORED=" usr/bin/.*-${PV} usr/lib.*/lib.*.so - usr/$(get_libdir)/${P}/rustlib/.*/codegen-backends/librustc_codegen_llvm-llvm.so - usr/$(get_libdir)/${P}/rustlib/.*/lib/lib.*.so + usr/lib.*/${P}/rustlib/.*/codegen-backends/librustc_codegen_llvm-llvm.so + usr/lib.*/${P}/rustlib/.*/lib/lib.*.so " # tests need a bit more work, currently they are causing multiple