diff options
Diffstat (limited to 'dev-cpp/glog/glog-0.3.4-r1.ebuild')
-rw-r--r-- | dev-cpp/glog/glog-0.3.4-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-cpp/glog/glog-0.3.4-r1.ebuild b/dev-cpp/glog/glog-0.3.4-r1.ebuild index 522feb232f90..ad7b6587ddb3 100644 --- a/dev-cpp/glog/glog-0.3.4-r1.ebuild +++ b/dev-cpp/glog/glog-0.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,10 +18,7 @@ RDEPEND=" gflags? ( >=dev-cpp/gflags-2.0-r1[${MULTILIB_USEDEP}] ) unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - test? ( - >=dev-cpp/gmock-1.7.0-r1[${MULTILIB_USEDEP}] - >=dev-cpp/gtest-1.6.0-r2[${MULTILIB_USEDEP}] - )" + test? ( >=dev-cpp/gtest-1.8.0[${MULTILIB_USEDEP}] )" PATCHES=( "${FILESDIR}"/${PN}-0.3.2-avoid-inline-asm.patch |