diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-12 18:56:00 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-12 18:56:00 +0000 |
commit | 22b3e447b72420ac12dff2b50eeb2fe9bdce08ab (patch) | |
tree | b2199e80e76362c6559b167d09ab157e2a054376 /dev-cpp/gtest | |
parent | Add app-arch/unzip as DEPEND per JD request (diff) | |
download | historical-22b3e447b72420ac12dff2b50eeb2fe9bdce08ab.tar.gz historical-22b3e447b72420ac12dff2b50eeb2fe9bdce08ab.tar.bz2 historical-22b3e447b72420ac12dff2b50eeb2fe9bdce08ab.zip |
marked x86 per bug 420853
Package-Manager: portage-2.2.0_alpha110/cvs/Linux i686
Diffstat (limited to 'dev-cpp/gtest')
-rw-r--r-- | dev-cpp/gtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/gtest/ChangeLog b/dev-cpp/gtest/ChangeLog index 93704fdf48d8..86a2bba4a774 100644 --- a/dev-cpp/gtest/ChangeLog +++ b/dev-cpp/gtest/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog for dev-cpp/gtest -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.9 2012/06/12 18:32:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/ChangeLog,v 1.10 2012/06/12 18:55:16 jdhore Exp $ + + 12 Jun 2012; Jeff Horelick <jdhore@gentoo.org> gtest-1.6.0.ebuild: + marked x86 per bug 420853 12 Jun 2012; Agostino Sarubbo <ago@gentoo.org> gtest-1.6.0.ebuild: Stable for amd64, wrt bug #420853 diff --git a/dev-cpp/gtest/gtest-1.6.0.ebuild b/dev-cpp/gtest/gtest-1.6.0.ebuild index 3806125bc80e..78a053bf6c49 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.5 2012/06/12 18:32:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtest/gtest-1.6.0.ebuild,v 1.6 2012/06/12 18:55:16 jdhore Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ SRC_URI="http://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos" +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" |