Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/intiface-central-bin/
Date: Mon, 27 Feb 2023 18:47:34
Message-Id: 1677521095.0308fb79bf5a6f46bba9bdd6d14dedc402c35221.flow@gentoo
1 commit: 0308fb79bf5a6f46bba9bdd6d14dedc402c35221
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Mon Feb 27 18:04:55 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 18:04:55 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0308fb79
7
8 gui-apps/intiface-central-bin: fix QA_PREBUILT paths
9
10 Bug: https://github.com/gentoo/guru/commit/089d67bda70c0f8ac6e417f0a0361f446f2aff8a#r102033116
11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
12
13 gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index ba3d5dee1..87487ae19 100644
18 --- a/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
19 +++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.3.0-r2.ebuild
20 @@ -28,8 +28,8 @@ RDEPEND="
21 BDEPEND="app-arch/unzip"
22
23 QA_PREBUILT="
24 - /opt/${PN}/lib/*.so
25 - /opt/${PN}/intiface_central
26 + opt/${PN}/lib/*.so
27 + opt/${PN}/intiface_central
28 "
29
30 src_install() {