diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-11 13:04:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-11 13:04:04 +0000 |
commit | 863eddb3fb4050daf45eb802e73fb1e054bc7465 (patch) | |
tree | 500194db13d293e1973056410754f36b4d80899c /dev-cpp | |
parent | Stable on amd64 wrt bug #353568 (diff) | |
download | gentoo-2-863eddb3fb4050daf45eb802e73fb1e054bc7465.tar.gz gentoo-2-863eddb3fb4050daf45eb802e73fb1e054bc7465.tar.bz2 gentoo-2-863eddb3fb4050daf45eb802e73fb1e054bc7465.zip |
Stable on amd64 wrt bug #353570
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/sparsehash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-1.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/sparsehash/ChangeLog b/dev-cpp/sparsehash/ChangeLog index 06d923fe998f..bfe4c831d8e6 100644 --- a/dev-cpp/sparsehash/ChangeLog +++ b/dev-cpp/sparsehash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/sparsehash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.4 2011/02/07 14:27:39 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.5 2011/02/11 13:04:04 hwoarang Exp $ + + 11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> sparsehash-1.5.2.ebuild: + Stable on amd64 wrt bug #353570 07 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> sparsehash-1.5.2.ebuild: diff --git a/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild b/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild index 5670e711e9c9..7e83799c9864 100644 --- a/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild +++ b/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v 1.2 2011/02/07 14:27:39 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild,v 1.3 2011/02/11 13:04:04 hwoarang Exp $ DESCRIPTION="An extremely memory-efficient hash_map implementation." HOMEPAGE="http://code.google.com/p/google-sparsehash/" SRC_URI="http://google-sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="" |