Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/
Date: Fri, 11 May 2018 11:48:20
Message-Id: 1526039276.36a5524fd3f8fa41fbf57704fe2106b5c8a3a019.johu@gentoo
1 commit: 36a5524fd3f8fa41fbf57704fe2106b5c8a3a019
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 11:47:56 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 11:47:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a5524f
7
8 x11-misc/polybar: Call cmake-utils_src_prepare
9
10 Closes: https://bugs.gentoo.org/654878
11 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12
13 x11-misc/polybar/polybar-3.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/polybar/polybar-3.1.0.ebuild b/x11-misc/polybar/polybar-3.1.0.ebuild
17 index 4b696e07053..f9be038f16c 100644
18 --- a/x11-misc/polybar/polybar-3.1.0.ebuild
19 +++ b/x11-misc/polybar/polybar-3.1.0.ebuild
20 @@ -41,7 +41,7 @@ DEPEND="
21 RDEPEND="${DEPEND}"
22
23 src_prepare() {
24 - default
25 + cmake-utils_src_prepare
26
27 rmdir "${S}"/lib/xpp || die
28 mv "${WORKDIR}"/xpp-$XPP_VERSION "${S}"/lib/xpp || die