diff options
author | 2012-12-22 13:50:28 +0000 | |
---|---|---|
committer | 2012-12-22 13:50:28 +0000 | |
commit | 50f9bd3a75802b6c1ab8f1793d39145b9400b640 (patch) | |
tree | f4f2ef3e09b7a683d0c11a05a455805e1ba8aa78 /dev-libs/uthash | |
parent | Stable for ppc, wrt bug #447890 (diff) | |
download | gentoo-2-50f9bd3a75802b6c1ab8f1793d39145b9400b640.tar.gz gentoo-2-50f9bd3a75802b6c1ab8f1793d39145b9400b640.tar.bz2 gentoo-2-50f9bd3a75802b6c1ab8f1793d39145b9400b640.zip |
Stable for ppc, wrt bug #445588
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
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 35178a9fcf4a..37ef374fd635 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.5 2012/12/22 09:26:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.6 2012/12/22 13:50:28 ago Exp $ + + 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> uthash-1.9.7.ebuild: + Stable for ppc, wrt bug #445588 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> uthash-1.9.7.ebuild: Stable for amd64, wrt bug #445588 diff --git a/dev-libs/uthash/uthash-1.9.7.ebuild b/dev-libs/uthash/uthash-1.9.7.ebuild index 5750638ca5ad..e82c28f66896 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.2 2012/12/22 09:26:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.3 2012/12/22 13:50:28 ago 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 )" |