diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-06-01 16:48:47 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-06-01 16:48:47 +0000 |
commit | d35104dac89443e124ed2f7b57675811c6e86f2c (patch) | |
tree | f1ddb6179b084e9f0e77ff757db97058328dc96b /dev-cpp | |
parent | Install live version as emacs-24-vcs, in order to avoid collisions with the u... (diff) | |
download | gentoo-2-d35104dac89443e124ed2f7b57675811c6e86f2c.tar.gz gentoo-2-d35104dac89443e124ed2f7b57675811c6e86f2c.tar.bz2 gentoo-2-d35104dac89443e124ed2f7b57675811c6e86f2c.zip |
Add app-arch/unzip to DEPEND, bug 410393
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.6.0.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-cpp/gtest/ChangeLog b/dev-cpp/gtest/ChangeLog index b0d58d4ddd01..9d3a8f114ac0 100644 --- a/dev-cpp/gtest/ChangeLog +++ b/dev-cpp/gtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/gtest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.6 2012/05/22 23:43:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.7 2012/06/01 16:48:47 mattst88 Exp $ + + 01 Jun 2012; Matt Turner <mattst88@gentoo.org> gtest-1.6.0.ebuild: + Add app-arch/unzip to DEPEND, bug 410393. 22 May 2012; Mike Frysinger <vapier@gentoo.org> gtest-1.4.0.ebuild: Stabilize & add arm love. 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 |