From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D3CD138359 for ; Wed, 8 Jul 2020 12:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E48E0821; Wed, 8 Jul 2020 12:23:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BCC3E0821 for ; Wed, 8 Jul 2020 12:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F68834F4F8 for ; Wed, 8 Jul 2020 12:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 283C72CD for ; Wed, 8 Jul 2020 12:23:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1594210982.717561b0e5c38d6865f06cf1aa78c8ea4474d039.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/univalue/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/univalue/univalue-1.0.5.ebuild X-VCS-Directories: dev-libs/univalue/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 717561b0e5c38d6865f06cf1aa78c8ea4474d039 X-VCS-Branch: master Date: Wed, 8 Jul 2020 12:23:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95f69ee7-e0d4-4cb5-a30d-94ea3c574893 X-Archives-Hash: 0c7e79ad7b7aa41326a21d7e925de96f commit: 717561b0e5c38d6865f06cf1aa78c8ea4474d039 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 8 12:22:27 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 8 12:23:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717561b0 dev-libs/univalue: Stabilize 1.0.5 amd64, #714016 Signed-off-by: Michał Górny gentoo.org> dev-libs/univalue/univalue-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/univalue/univalue-1.0.5.ebuild b/dev-libs/univalue/univalue-1.0.5.ebuild index 5c07a1e07b0..f9272c67e29 100644 --- a/dev-libs/univalue/univalue-1.0.5.ebuild +++ b/dev-libs/univalue/univalue-1.0.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://codeload.github.com/jgarzik/${PN}/tar.gz/v${PV} -> ${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" src_prepare() {