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
