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 | dec4a467343eceaec2594435eef7ab9f71ea3e22 (patch) | |
tree | f06320d0d004c6f71f6eed2146942703fe7b1ed9 /dev-cpp/sparsehash/sparsehash-1.5.2.ebuild | |
parent | Stable on amd64 wrt bug #353568 (diff) | |
download | historical-dec4a467343eceaec2594435eef7ab9f71ea3e22.tar.gz historical-dec4a467343eceaec2594435eef7ab9f71ea3e22.tar.bz2 historical-dec4a467343eceaec2594435eef7ab9f71ea3e22.zip |
Stable on amd64 wrt bug #353570
Package-Manager: portage-2.1.9.39/cvs/Linux x86_64
Diffstat (limited to 'dev-cpp/sparsehash/sparsehash-1.5.2.ebuild')
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-1.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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="" |