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 047BC138334 for ; Fri, 27 Jul 2018 15:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8902E08FC; Fri, 27 Jul 2018 15:40:54 +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 9D418E08FC for ; Fri, 27 Jul 2018 15:40:54 +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 512DE335CCD for ; Fri, 27 Jul 2018 15:40:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5EEE275 for ; Fri, 27 Jul 2018 15:40:51 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1532706038.59a805431a62b90d79cd4524e8ffb89cd6ba870d.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/facter/facter-3.11.3-r1.ebuild X-VCS-Directories: dev-ruby/facter/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 59a805431a62b90d79cd4524e8ffb89cd6ba870d X-VCS-Branch: master Date: Fri, 27 Jul 2018 15:40:51 +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: a4407ebc-4d39-4181-8265-4088b97d585a X-Archives-Hash: 7682b900b680d2fd4a8c9983f74c1c85 commit: 59a805431a62b90d79cd4524e8ffb89cd6ba870d Author: Matthew Thode gentoo org> AuthorDate: Fri Jul 27 15:22:55 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Fri Jul 27 15:40:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a80543 dev-ruby/facter: add missing blkid config option Bug: https://bugs.gentoo.org/662252 Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-ruby/facter/facter-3.11.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/facter/facter-3.11.3-r1.ebuild b/dev-ruby/facter/facter-3.11.3-r1.ebuild index d99f0e0675c..683775e7668 100644 --- a/dev-ruby/facter/facter-3.11.3-r1.ebuild +++ b/dev-ruby/facter/facter-3.11.3-r1.ebuild @@ -82,6 +82,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_VERBOSE_MAKEFILE=ON -DRUBY_LIB_INSTALL=${my_ruby_sitelibdir} + -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)" ) if use debug; then mycmakeargs+=(