diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-09-18 18:00:05 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-09-18 18:00:05 +0000 |
commit | 1bb1578802c32408d8e81fcde02d6cf76acad461 (patch) | |
tree | be4c9ced4cb7f6175fde630af7c7f06737324e46 /dev-util/gtest | |
parent | Initial version. Haskell binding to the ALSA Library API (Exceptions). (diff) | |
download | gentoo-2-1bb1578802c32408d8e81fcde02d6cf76acad461.tar.gz gentoo-2-1bb1578802c32408d8e81fcde02d6cf76acad461.tar.bz2 gentoo-2-1bb1578802c32408d8e81fcde02d6cf76acad461.zip |
alpha/ia64/s390/sh/sparc stable wrt #355085
(Portage version: 2.1.10.11/cvs/Linux ia64)
Diffstat (limited to 'dev-util/gtest')
-rw-r--r-- | dev-util/gtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gtest/gtest-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/gtest/ChangeLog b/dev-util/gtest/ChangeLog index 2f5a41954551..e9a45fa774fc 100644 --- a/dev-util/gtest/ChangeLog +++ b/dev-util/gtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gtest # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtest/ChangeLog,v 1.15 2011/08/12 15:25:09 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtest/ChangeLog,v 1.16 2011/09/18 18:00:05 armin76 Exp $ + + 18 Sep 2011; Raúl Porcel <armin76@gentoo.org> gtest-1.5.0.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #355085 12 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> gtest-1.5.0.ebuild: ppc/ppc64 stable wrt #355085 diff --git a/dev-util/gtest/gtest-1.5.0.ebuild b/dev-util/gtest/gtest-1.5.0.ebuild index 5cf1a1552e53..96faac2bc124 100644 --- a/dev-util/gtest/gtest-1.5.0.ebuild +++ b/dev-util/gtest/gtest-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtest/gtest-1.5.0.ebuild,v 1.13 2011/08/12 15:25:09 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtest/gtest-1.5.0.ebuild,v 1.14 2011/09/18 18:00:05 armin76 Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -12,7 +12,7 @@ SRC_URI="http://googletest.googlecode.com/files/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-macos" IUSE="examples threads static-libs" pkg_setup() { |