diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-12-23 18:49:07 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-12-23 18:49:07 +0000 |
commit | c0b0964e0a726a0fa4021675d1732a17d7bb5e72 (patch) | |
tree | cc5be554d9fedd1cf2807b980b6058d06265bb2e /dev-libs/uthash | |
parent | marked x86 per bug 447890 (diff) | |
download | gentoo-2-c0b0964e0a726a0fa4021675d1732a17d7bb5e72.tar.gz gentoo-2-c0b0964e0a726a0fa4021675d1732a17d7bb5e72.tar.bz2 gentoo-2-c0b0964e0a726a0fa4021675d1732a17d7bb5e72.zip |
marked x86 per bug 445588
(Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Diffstat (limited to 'dev-libs/uthash')
-rw-r--r-- | dev-libs/uthash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/uthash/uthash-1.9.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/uthash/ChangeLog b/dev-libs/uthash/ChangeLog index 37ef374fd635..3327f0f134f6 100644 --- a/dev-libs/uthash/ChangeLog +++ b/dev-libs/uthash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/uthash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.6 2012/12/22 13:50:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.7 2012/12/23 18:49:07 jdhore Exp $ + + 23 Dec 2012; Jeff Horelick <jdhore@gentoo.org> uthash-1.9.7.ebuild: + marked x86 per bug 445588 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> uthash-1.9.7.ebuild: Stable for ppc, wrt bug #445588 diff --git a/dev-libs/uthash/uthash-1.9.7.ebuild b/dev-libs/uthash/uthash-1.9.7.ebuild index e82c28f66896..0141c5ad0bc6 100644 --- a/dev-libs/uthash/uthash-1.9.7.ebuild +++ b/dev-libs/uthash/uthash-1.9.7.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-libs/uthash/uthash-1.9.7.ebuild,v 1.3 2012/12/22 13:50:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.4 2012/12/23 18:49:07 jdhore Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/uthash/${P}.tar.bz2" LICENSE="BSD-1" SLOT="0" -KEYWORDS="amd64 ppc ~sparc ~x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="test" DEPEND="test? ( dev-lang/perl )" |