diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-15 13:43:04 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-15 13:43:04 +0100 |
commit | 6008d91382ae18fcb586aaf09660836381172d2c (patch) | |
tree | bfc2dd878913e272ce9b7e9a979515b6d035ed60 /dev-libs/univalue | |
parent | dev-libs/ell: amd64 stable wrt bug #695848 (diff) | |
download | gentoo-6008d91382ae18fcb586aaf09660836381172d2c.tar.gz gentoo-6008d91382ae18fcb586aaf09660836381172d2c.tar.bz2 gentoo-6008d91382ae18fcb586aaf09660836381172d2c.zip |
dev-libs/univalue: amd64 stable wrt bug #695948
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/univalue')
-rw-r--r-- | dev-libs/univalue/univalue-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/univalue/univalue-1.0.4.ebuild b/dev-libs/univalue/univalue-1.0.4.ebuild index d0f789dcb1dd..ffe581e57584 100644 --- a/dev-libs/univalue/univalue-1.0.4.ebuild +++ b/dev-libs/univalue/univalue-1.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://codeload.github.com/jgarzik/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" |