Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/OpenRGB/
Date: Thu, 27 Aug 2020 22:17:18
Message-Id: 1598566625.aa27207649eb26b5c9eccc85ab85a79a041f1ebf.chutzpah@gentoo
1 commit: aa27207649eb26b5c9eccc85ab85a79a041f1ebf
2 Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
3 AuthorDate: Thu Aug 27 22:10:34 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 22:17:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa272076
7
8 app-misc/OpenRGB: don't remove git commit from 9999
9
10 The hash is shown in the Information/Software tab in UI
11
12 Package-Manager: Portage-2.3.103, Repoman-2.3.23
13 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
14 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
15
16 app-misc/OpenRGB/OpenRGB-9999.ebuild | 7 +++----
17 1 file changed, 3 insertions(+), 4 deletions(-)
18
19 diff --git a/app-misc/OpenRGB/OpenRGB-9999.ebuild b/app-misc/OpenRGB/OpenRGB-9999.ebuild
20 index 53974fb6573..f8119c80c91 100644
21 --- a/app-misc/OpenRGB/OpenRGB-9999.ebuild
22 +++ b/app-misc/OpenRGB/OpenRGB-9999.ebuild
23 @@ -32,13 +32,12 @@ BDEPEND="
24 virtual/pkgconfig
25 "
26
27 -PATCHES=(
28 - "${FILESDIR}/OpenRGB-0.2-build-system.patch"
29 -)
30 -
31 src_prepare() {
32 default
33 rm -rf dependencies/{hidapi,libusb}* || die
34 + if [[ ${PV} != *9999* ]]; then
35 + eapply "${FILESDIR}/OpenRGB-0.2-build-system.patch"
36 + fi
37 }
38
39 src_configure() {