diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-17 02:15:27 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-17 02:15:27 +0000 |
commit | d2d5ca73e5bdb34e821d86dd1f1604d7d64f5f88 (patch) | |
tree | 552fd6c44569660b526a2ad01b010b1b4dcd2f36 | |
parent | Depend on the avahi mdnsresponder-compat USE flag being set, not JUST avahi. (diff) | |
download | gentoo-2-d2d5ca73e5bdb34e821d86dd1f1604d7d64f5f88.tar.gz gentoo-2-d2d5ca73e5bdb34e821d86dd1f1604d7d64f5f88.tar.bz2 gentoo-2-d2d5ca73e5bdb34e821d86dd1f1604d7d64f5f88.zip |
marked x86 per bug 418449
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
-rw-r--r-- | dev-cpp/sparsehash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/sparsehash/sparsehash-1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/sparsehash/ChangeLog b/dev-cpp/sparsehash/ChangeLog index a96a5e4322f0..e6c1d3c9c041 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.9 2012/06/16 13:10:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/ChangeLog,v 1.10 2012/06/17 02:15:27 jdhore Exp $ + + 17 Jun 2012; Jeff Horelick <jdhore@gentoo.org> sparsehash-1.10.ebuild: + marked x86 per bug 418449 16 Jun 2012; Agostino Sarubbo <ago@gentoo.org> sparsehash-1.10.ebuild: Stable for amd64, wrt bug #418449 diff --git a/dev-cpp/sparsehash/sparsehash-1.10.ebuild b/dev-cpp/sparsehash/sparsehash-1.10.ebuild index 0aeb99ac125b..261497f9fde4 100644 --- a/dev-cpp/sparsehash/sparsehash-1.10.ebuild +++ b/dev-cpp/sparsehash/sparsehash-1.10.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-1.10.ebuild,v 1.3 2012/06/16 13:10:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sparsehash/sparsehash-1.10.ebuild,v 1.4 2012/06/17 02:15:27 jdhore 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() { |