diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-09-23 08:36:26 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-09-23 08:36:26 +0000 |
commit | 3bfacf1f0745b46fcb48455c5d77842c828c0269 (patch) | |
tree | cd793e6e4c993dd8db30c36e0f5834860a4bd1a7 /dev-cpp | |
parent | x86 stable wrt bug #428906 (diff) | |
download | gentoo-2-3bfacf1f0745b46fcb48455c5d77842c828c0269.tar.gz gentoo-2-3bfacf1f0745b46fcb48455c5d77842c828c0269.tar.bz2 gentoo-2-3bfacf1f0745b46fcb48455c5d77842c828c0269.zip |
x86 stable wrt bug #428916
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'dev-cpp')
-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 bb895050751f..9697f53f2951 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.11 2012/09/13 11:27:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.12 2012/09/23 08:36:26 phajdan.jr Exp $ + + 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> sparsehash-2.0.2.ebuild: + x86 stable wrt bug #428916 13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> sparsehash-2.0.2.ebuild: Stable for amd64, wrt bug #428916 diff --git a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild index da5e43b881d5..6a673d627993 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.2 2012/09/13 11:27:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild,v 1.3 2012/09/23 08:36:26 phajdan.jr 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() { |