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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B9AA158030 for ; Mon, 27 Feb 2023 18:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5521E07DB; Mon, 27 Feb 2023 18:47:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB986E07DB for ; Mon, 27 Feb 2023 18:47:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFD6F340D9B for ; Mon, 27 Feb 2023 18:47:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09CA78B7 for ; Mon, 27 Feb 2023 18:47:31 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1677521095.0308fb79bf5a6f46bba9bdd6d14dedc402c35221.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/intiface-central-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild X-VCS-Directories: gui-apps/intiface-central-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0308fb79bf5a6f46bba9bdd6d14dedc402c35221 X-VCS-Branch: master Date: Mon, 27 Feb 2023 18:47:31 +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: 8970e5a3-7003-4a0c-a290-cff7558a38bc X-Archives-Hash: e1a43117faba681136bd9606ba840883 commit: 0308fb79bf5a6f46bba9bdd6d14dedc402c35221 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Mon Feb 27 18:04:55 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Feb 27 18:04:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0308fb79 gui-apps/intiface-central-bin: fix QA_PREBUILT paths Bug: https://github.com/gentoo/guru/commit/089d67bda70c0f8ac6e417f0a0361f446f2aff8a#r102033116 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild index ba3d5dee1..87487ae19 100644 --- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild +++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild @@ -28,8 +28,8 @@ RDEPEND=" BDEPEND="app-arch/unzip" QA_PREBUILT=" - /opt/${PN}/lib/*.so - /opt/${PN}/intiface_central + opt/${PN}/lib/*.so + opt/${PN}/intiface_central " src_install() {