commit: eeef0116a38e7a8e35b0d9ba96cf2fef626e1563
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 03:28:03 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 03:28:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeef0116
www-servers/h2o: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
www-servers/h2o/h2o-2.2.2.ebuild | 2 +-
www-servers/h2o/h2o-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-servers/h2o/h2o-2.2.2.ebuild b/www-servers/h2o/h2o-2.2.2.ebuild
index 428e789f69a..fef33e05d6f 100644
--- a/www-servers/h2o/h2o-2.2.2.ebuild
+++ b/www-servers/h2o/h2o-2.2.2.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
sed -i 's/-O2 -g ${CC_WARNING_FLAGS} //g' ./CMakeLists.txt \
|| die "sed fix failed!"
- default
+ cmake-utils_src_prepare
}
src_configure() {
diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild
index fb30d888bf1..761de2c20b0 100644
--- a/www-servers/h2o/h2o-9999.ebuild
+++ b/www-servers/h2o/h2o-9999.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
sed -i 's/-O2 -g ${CC_WARNING_FLAGS} //g' ./CMakeLists.txt \
|| die "sed fix failed!"
- default
+ cmake-utils_src_prepare
}
src_configure() {