summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2011-02-07 14:27:39 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2011-02-07 14:27:39 +0000
commitd5121a80eb4724e3a09f8faa0e86307f0665bd14 (patch)
treeb24ee90ab3c41a82107840a6add5513d299e6302 /dev-cpp
parentx86 stable wrt bug #353568 (diff)
downloadgentoo-2-d5121a80eb4724e3a09f8faa0e86307f0665bd14.tar.gz
gentoo-2-d5121a80eb4724e3a09f8faa0e86307f0665bd14.tar.bz2
gentoo-2-d5121a80eb4724e3a09f8faa0e86307f0665bd14.zip
x86 stable wrt bug #353570
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/sparsehash/ChangeLog8
-rw-r--r--dev-cpp/sparsehash/sparsehash-1.5.2.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-cpp/sparsehash/ChangeLog b/dev-cpp/sparsehash/ChangeLog
index ebb92a15a578..06d923fe998f 100644
--- a/dev-cpp/sparsehash/ChangeLog
+++ b/dev-cpp/sparsehash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-cpp/sparsehash
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.3 2009/09/01 08:26:42 patrick Exp $
+# 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 $
+
+ 07 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ sparsehash-1.5.2.ebuild:
+ x86 stable wrt bug #353570
*sparsehash-1.5.2 (01 Sep 2009)
diff --git a/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild b/dev-cpp/sparsehash/sparsehash-1.5.2.ebuild
index 9eab198bb71e..5670e711e9c9 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-2009 Gentoo Foundation
+# 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.1 2009/09/01 08:26:42 patrick Exp $
+# $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 $
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=""