diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-13 11:27:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-13 11:27:26 +0000 |
commit | 31b9d3b94b8c7fbe4a0443766efe42866fa94c6b (patch) | |
tree | 19775c31936e4ae92a3e640a20226e916e34e5a3 /dev-cpp/sparsehash | |
parent | Stable for amd64, wrt bug #428906 (diff) | |
download | gentoo-2-31b9d3b94b8c7fbe4a0443766efe42866fa94c6b.tar.gz gentoo-2-31b9d3b94b8c7fbe4a0443766efe42866fa94c6b.tar.bz2 gentoo-2-31b9d3b94b8c7fbe4a0443766efe42866fa94c6b.zip |
Stable for amd64, wrt bug #428916
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/sparsehash')
-rw-r--r-- | dev-cpp/sparsehash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/sparsehash/ChangeLog b/dev-cpp/sparsehash/ChangeLog index e6c1d3c9c041..bb895050751f 100644 --- a/dev-cpp/sparsehash/ChangeLog +++ b/dev-cpp/sparsehash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/sparsehash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.10 2012/06/17 02:15:27 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.11 2012/09/13 11:27:26 ago Exp $ + + 13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> sparsehash-2.0.2.ebuild: + Stable for amd64, wrt bug #428916 17 Jun 2012; Jeff Horelick <jdhore@gentoo.org> sparsehash-1.10.ebuild: marked x86 per bug 418449 diff --git a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild index bd0f463ad3ca..da5e43b881d5 100644 --- a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild +++ b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild,v 1.1 2012/06/16 08:22:23 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild,v 1.2 2012/09/13 11:27:26 ago Exp $ EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="http://sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" src_install() { |