diff options
Diffstat (limited to 'dev-cpp/gmock/gmock-1.6.0.ebuild')
-rw-r--r-- | dev-cpp/gmock/gmock-1.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-cpp/gmock/gmock-1.6.0.ebuild b/dev-cpp/gmock/gmock-1.6.0.ebuild index b3daf04e793a..86e521778be0 100644 --- a/dev-cpp/gmock/gmock-1.6.0.ebuild +++ b/dev-cpp/gmock/gmock-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.6.0.ebuild,v 1.2 2012/06/12 18:32:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gmock/gmock-1.6.0.ebuild,v 1.3 2012/06/12 18:44:43 ago Exp $ EAPI="4" @@ -16,7 +16,8 @@ KEYWORDS="amd64 ~arm ~x86" IUSE="static-libs" RDEPEND="=dev-cpp/gtest-${PV}*" -DEPEND="${RDEPEND}" +DEPEND="app-arch/unzip + ${RDEPEND}" src_unpack() { default |