summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-10-15 15:45:10 -0700
committerDavid Seifert <soap@gentoo.org>2017-10-15 17:04:55 -0700
commitda9ee1ef7d58a0d2b7fb56e0682a499ae05ff4bf (patch)
tree248f588b99706c0eae4897e11e3f1d4d7fb68297
parentapp-admin/passwordsafe: [QA] Add cmake-utils_src_prepare (diff)
downloadgentoo-da9ee1ef7d58a0d2b7fb56e0682a499ae05ff4bf.tar.gz
gentoo-da9ee1ef7d58a0d2b7fb56e0682a499ae05ff4bf.tar.bz2
gentoo-da9ee1ef7d58a0d2b7fb56e0682a499ae05ff4bf.zip
app-arch/snappy: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
-rw-r--r--app-arch/snappy/snappy-1.1.6.ebuild2
-rw-r--r--app-arch/snappy/snappy-1.1.7.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/snappy/snappy-1.1.6.ebuild b/app-arch/snappy/snappy-1.1.6.ebuild
index bd50aa801442..2556b836d776 100644
--- a/app-arch/snappy/snappy-1.1.6.ebuild
+++ b/app-arch/snappy/snappy-1.1.6.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
# it off
sed -i -e '/run_microbenchmarks/s:true:false:' snappy-test.cc || die
- default
+ cmake-utils_src_prepare
}
multilib_src_configure() {
diff --git a/app-arch/snappy/snappy-1.1.7.ebuild b/app-arch/snappy/snappy-1.1.7.ebuild
index c87bf5a20151..7eb64d8c0c05 100644
--- a/app-arch/snappy/snappy-1.1.7.ebuild
+++ b/app-arch/snappy/snappy-1.1.7.ebuild
@@ -35,7 +35,7 @@ src_prepare() {
# it off
sed -i -e '/run_microbenchmarks/s:true:false:' snappy-test.cc || die
- default
+ cmake-utils_src_prepare
}
multilib_src_configure() {