diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-01-28 12:48:30 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-28 19:37:50 +0000 |
commit | a3af8a5c25a682bd4fa3e642d3b06e094a2b5e55 (patch) | |
tree | 2c4836bb23fb06bc3ce2f187c66374c3cde6345a /dev-libs/uthash | |
parent | dev-libs/beecrypt: stable 4.2.1-r6 for sparc, bug #676458 (diff) | |
download | gentoo-a3af8a5c25a682bd4fa3e642d3b06e094a2b5e55.tar.gz gentoo-a3af8a5c25a682bd4fa3e642d3b06e094a2b5e55.tar.bz2 gentoo-a3af8a5c25a682bd4fa3e642d3b06e094a2b5e55.zip |
dev-libs/uthash: stable 2.0.2 for sparc, bug #676482
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/uthash')
-rw-r--r-- | dev-libs/uthash/uthash-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/uthash/uthash-2.0.2.ebuild b/dev-libs/uthash/uthash-2.0.2.ebuild index 3800e6d66a65..82653f64ebf8 100644 --- a/dev-libs/uthash/uthash-2.0.2.ebuild +++ b/dev-libs/uthash/uthash-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/troydhanson/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD-1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 sparc ~x86" IUSE="test" DEPEND="test? ( dev-lang/perl )" |