commit: 52b032312e112a9d4c6bf7758f16d7af5d27a78a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 03:32:39 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 03:32:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b03231
x11-wm/ctwm: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
x11-wm/ctwm/ctwm-4.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/ctwm/ctwm-4.0.1.ebuild b/x11-wm/ctwm/ctwm-4.0.1.ebuild
index a9b7409c23f..c57dae135bc 100644
--- a/x11-wm/ctwm/ctwm-4.0.1.ebuild
+++ b/x11-wm/ctwm/ctwm-4.0.1.ebuild
@@ -32,7 +32,7 @@ DEPEND="
"
src_prepare() {
- default
+ cmake-utils_src_prepare
# implicit 'isspace'
sed -i parse.c -e "/<stdio.h>/ a#include <ctype.h>" || die