diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-16 13:10:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-16 13:10:22 +0000 |
commit | 2f35332c3e031a15157588d2fc132285b8f44783 (patch) | |
tree | 3e194f78ae2f93734ad43cf0c25b974c5851d564 /dev-cpp | |
parent | Stable for amd64, wrt bug #420303 (diff) | |
download | gentoo-2-2f35332c3e031a15157588d2fc132285b8f44783.tar.gz gentoo-2-2f35332c3e031a15157588d2fc132285b8f44783.tar.bz2 gentoo-2-2f35332c3e031a15157588d2fc132285b8f44783.zip |
Stable for amd64, wrt bug #418449
(Portage version: 2.1.10.49/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.10.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-cpp/sparsehash/ChangeLog b/dev-cpp/sparsehash/ChangeLog index 14f76b09d7ac..a96a5e4322f0 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.8 2012/06/16 08:22:23 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.9 2012/06/16 13:10:22 ago Exp $ + + 16 Jun 2012; Agostino Sarubbo <ago@gentoo.org> sparsehash-1.10.ebuild: + Stable for amd64, wrt bug #418449 *sparsehash-2.0.2 (16 Jun 2012) diff --git a/dev-cpp/sparsehash/sparsehash-1.10.ebuild b/dev-cpp/sparsehash/sparsehash-1.10.ebuild index 28aac64e6fdb..0aeb99ac125b 100644 --- a/dev-cpp/sparsehash/sparsehash-1.10.ebuild +++ b/dev-cpp/sparsehash/sparsehash-1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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-1.10.ebuild,v 1.2 2011/04/28 13:33:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.10.ebuild,v 1.3 2012/06/16 13:10:22 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://google-sparsehash.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" src_prepare() { |