diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-26 17:08:12 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-26 17:08:12 +0000 |
commit | 52442bace49fcb003ead6ef717526fb39ab94255 (patch) | |
tree | 2e2fdc7bd5e490ff3658628d8c473a27865dc3b5 /dev-libs/uthash | |
parent | Keyword ~arm for bfgminer (diff) | |
download | gentoo-2-52442bace49fcb003ead6ef717526fb39ab94255.tar.gz gentoo-2-52442bace49fcb003ead6ef717526fb39ab94255.tar.bz2 gentoo-2-52442bace49fcb003ead6ef717526fb39ab94255.zip |
Keyword ~arm for bfgminer
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
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 30a6f64289e5..47b7c1c68c08 100644 --- a/dev-libs/uthash/ChangeLog +++ b/dev-libs/uthash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/uthash # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.10 2013/06/26 16:42:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/ChangeLog,v 1.11 2013/06/26 17:08:12 blueness Exp $ + + 26 Jun 2013; Anthony G. Basile <blueness@gentoo.org> uthash-1.9.7.ebuild: + Keyword ~arm for bfgminer 26 Jun 2013; Anthony G. Basile <blueness@gentoo.org> uthash-1.9.7.ebuild: Keyword ~ppc64 for bfgminer diff --git a/dev-libs/uthash/uthash-1.9.7.ebuild b/dev-libs/uthash/uthash-1.9.7.ebuild index af220eab93cc..1e9ab5d2d89f 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-2013 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.6 2013/06/26 16:42:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.7 2013/06/26 17:08:12 blueness Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/uthash/${P}.tar.bz2" LICENSE="BSD-1" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm ppc ~ppc64 sparc x86" IUSE="test" DEPEND="test? ( dev-lang/perl )" |