diff options
Diffstat (limited to 'dev-cpp/gtest/gtest-1.6.0.ebuild')
-rw-r--r-- | dev-cpp/gtest/gtest-1.6.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-cpp/gtest/gtest-1.6.0.ebuild b/dev-cpp/gtest/gtest-1.6.0.ebuild index 60c4099b0632..b56c5e374850 100644 --- a/dev-cpp/gtest/gtest-1.6.0.ebuild +++ b/dev-cpp/gtest/gtest-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/gtest/gtest-1.6.0.ebuild,v 1.2 2012/05/09 17:20:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.3 2012/06/01 16:48:47 mattst88 Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -16,6 +16,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos" IUSE="examples threads static-libs" +DEPEND="app-arch/unzip" +RDEPEND="" + pkg_setup() { python_pkg_setup python_set_active_version 2 |