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 41F1B1382C5 for ; Thu, 28 May 2020 18:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 078F3E082D; Thu, 28 May 2020 18:20:31 +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 E3357E082D for ; Thu, 28 May 2020 18:20:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3667734EB90 for ; Thu, 28 May 2020 18:20:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92D9027D for ; Thu, 28 May 2020 18:20:03 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1590689993.4304a08ec44ed867db3888fed2e734ac63bb2055.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcbor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcbor/libcbor-0.7.0.ebuild X-VCS-Directories: dev-libs/libcbor/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4304a08ec44ed867db3888fed2e734ac63bb2055 X-VCS-Branch: master Date: Thu, 28 May 2020 18:20:03 +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: 54943ca0-c498-4875-a9c7-647e839edec3 X-Archives-Hash: d8ea10511f62af6fcbc35ada25505ea0 commit: 4304a08ec44ed867db3888fed2e734ac63bb2055 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu May 28 16:01:19 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu May 28 18:19:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4304a08e dev-libs/libcbor: keyworded 0.7.0 for sparc, bug #709752 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libcbor/libcbor-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcbor/libcbor-0.7.0.ebuild b/dev-libs/libcbor/libcbor-0.7.0.ebuild index 7f1fba77043..7041fdc527a 100644 --- a/dev-libs/libcbor/libcbor-0.7.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.7.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/PJK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86" IUSE="+custom-alloc doc test" BDEPEND="