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 C48A4138359 for ; Tue, 17 Nov 2020 20:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02E04E09CD; Tue, 17 Nov 2020 20:42:45 +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 DF702E09CD for ; Tue, 17 Nov 2020 20:42:44 +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 B6607341036 for ; Tue, 17 Nov 2020 20:42:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03C2B3A6 for ; Tue, 17 Nov 2020 20:42:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1605645614.46bc515c81cfd307c65797e90648c4f7c63606fa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/indilib/indilib-1.8.3.ebuild sci-libs/indilib/indilib-1.8.6.ebuild X-VCS-Directories: sci-libs/indilib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 46bc515c81cfd307c65797e90648c4f7c63606fa X-VCS-Branch: master Date: Tue, 17 Nov 2020 20:42:42 +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: 14e19603-1c0d-46b4-a6c1-4e0ebab84a28 X-Archives-Hash: 0a959eb10a9294f00301314318bd8d0e commit: 46bc515c81cfd307c65797e90648c4f7c63606fa Author: Alexey Sokolov google com> AuthorDate: Mon Sep 28 10:11:21 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 17 20:40:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bc515c sci-libs/indilib: Fix installation on Prefix Closes: https://bugs.gentoo.org/745231 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/17697 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/indilib/indilib-1.8.3.ebuild | 2 +- sci-libs/indilib/indilib-1.8.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/indilib/indilib-1.8.3.ebuild b/sci-libs/indilib/indilib-1.8.3.ebuild index 883a84595b9..8111266706f 100644 --- a/sci-libs/indilib/indilib-1.8.3.ebuild +++ b/sci-libs/indilib/indilib-1.8.3.ebuild @@ -43,7 +43,7 @@ src_configure() { local mycmakeargs=( -DINDI_BUILD_QT5_CLIENT=OFF -DINDI_BUILD_UNITTESTS=$(usex test) - -DUDEVRULES_INSTALL_DIR="$(get_udevdir)"/rules.d + -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d $(cmake_use_find_package ogg OggTheora) -DINDI_BUILD_WEBSOCKET=$(usex websocket) ) diff --git a/sci-libs/indilib/indilib-1.8.6.ebuild b/sci-libs/indilib/indilib-1.8.6.ebuild index c0ffca05006..dc1c02bc3d9 100644 --- a/sci-libs/indilib/indilib-1.8.6.ebuild +++ b/sci-libs/indilib/indilib-1.8.6.ebuild @@ -43,7 +43,7 @@ src_configure() { local mycmakeargs=( -DINDI_BUILD_QT5_CLIENT=OFF -DINDI_BUILD_UNITTESTS=$(usex test) - -DUDEVRULES_INSTALL_DIR="$(get_udevdir)"/rules.d + -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d $(cmake_use_find_package ogg OggTheora) -DINDI_BUILD_WEBSOCKET=$(usex websocket) )