diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-07 14:27:39 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-07 14:27:39 +0000 |
commit | 54d588efdd814ccbbd64a05b43aa9fa515057d8c (patch) | |
tree | aaefaa023e6b5b9d27f9f8b80ec5a4cfe430c918 /dev-cpp/sparsehash/sparsehash-1.5.2.ebuild | |
parent | x86 stable wrt bug #353568 (diff) | |
download | historical-54d588efdd814ccbbd64a05b43aa9fa515057d8c.tar.gz historical-54d588efdd814ccbbd64a05b43aa9fa515057d8c.tar.bz2 historical-54d588efdd814ccbbd64a05b43aa9fa515057d8c.zip |
x86 stable wrt bug #353570
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'dev-cpp/sparsehash/sparsehash-1.5.2.ebuild')
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-1.5.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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="" |