From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1023386-garchives=archives.gentoo.org@lists.gentoo.org>
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 1AE3F1382C5
	for <garchives@archives.gentoo.org>; Fri, 11 May 2018 11:48:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 11AD5E0825;
	Fri, 11 May 2018 11:48:19 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 DF3D6E0825
	for <gentoo-commits@lists.gentoo.org>; Fri, 11 May 2018 11:48:18 +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 2C089335C7A
	for <gentoo-commits@lists.gentoo.org>; Fri, 11 May 2018 11:48:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F27C37
	for <gentoo-commits@lists.gentoo.org>; Fri, 11 May 2018 11:48:15 +0000 (UTC)
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org>
Message-ID: <1526039276.36a5524fd3f8fa41fbf57704fe2106b5c8a3a019.johu@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/polybar/polybar-3.1.0.ebuild
X-VCS-Directories: x11-misc/polybar/
X-VCS-Committer: johu
X-VCS-Committer-Name: Johannes Huber
X-VCS-Revision: 36a5524fd3f8fa41fbf57704fe2106b5c8a3a019
X-VCS-Branch: master
Date: Fri, 11 May 2018 11:48:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: aac49743-3286-42de-86c4-3ef945c42e96
X-Archives-Hash: ff123a612b2b97165bdf2dd65b54bc95

commit:     36a5524fd3f8fa41fbf57704fe2106b5c8a3a019
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 11:47:56 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 11 11:47:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a5524f

x11-misc/polybar: Call cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/654878
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 x11-misc/polybar/polybar-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/polybar/polybar-3.1.0.ebuild b/x11-misc/polybar/polybar-3.1.0.ebuild
index 4b696e07053..f9be038f16c 100644
--- a/x11-misc/polybar/polybar-3.1.0.ebuild
+++ b/x11-misc/polybar/polybar-3.1.0.ebuild
@@ -41,7 +41,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	default
+	cmake-utils_src_prepare
 
 	rmdir "${S}"/lib/xpp || die
 	mv "${WORKDIR}"/xpp-$XPP_VERSION "${S}"/lib/xpp || die