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 A352C139337 for ; Mon, 2 Aug 2021 16:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3562E0931; Mon, 2 Aug 2021 16:42:55 +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 9519EE08C3 for ; Mon, 2 Aug 2021 16:42:55 +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 0C68A343C75 for ; Mon, 2 Aug 2021 16:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 752E07B4 for ; Mon, 2 Aug 2021 16:42:52 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1627922557.271c3e9dc7be5fb163f1fceabfb6401bb45a5b0d.marecki@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.8.0.ebuild X-VCS-Directories: dev-libs/libcbor/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 271c3e9dc7be5fb163f1fceabfb6401bb45a5b0d X-VCS-Branch: master Date: Mon, 2 Aug 2021 16:42:52 +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: b2d3d4f0-2af4-458a-b983-02a9dabc45cb X-Archives-Hash: 5c40510ab7402a1cb52ce67b7e0f8b1f commit: 271c3e9dc7be5fb163f1fceabfb6401bb45a5b0d Author: Marek Szuba gentoo org> AuthorDate: Mon Aug 2 13:07:19 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Aug 2 16:42:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271c3e9d dev-libs/libcbor: keyword 0.8.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-libs/libcbor/libcbor-0.8.0.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dev-libs/libcbor/libcbor-0.8.0.ebuild b/dev-libs/libcbor/libcbor-0.8.0.ebuild index b71a5d850fd..44f2484795e 100644 --- a/dev-libs/libcbor/libcbor-0.8.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.8.0.ebuild @@ -3,8 +3,9 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -inherit python-any-r1 cmake-utils +CMAKE_MAKEFILE_GENERATOR="emake" +PYTHON_COMPAT=( python3_{8..9} ) +inherit python-any-r1 cmake DESCRIPTION="CBOR protocol implementation for C and others" HOMEPAGE="https://github.com/pjk/libcbor" @@ -12,7 +13,7 @@ SRC_URI="https://github.com/PJK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" IUSE="+custom-alloc doc test" BDEPEND=" @@ -28,8 +29,6 @@ BDEPEND=" RESTRICT="!test? ( test )" -CMAKE_MAKEFILE_GENERATOR="emake" - python_check_deps() { has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && \ has_version "dev-python/breathe[${PYTHON_USEDEP}]" @@ -46,11 +45,11 @@ src_configure() { -DWITH_TESTS=$(usex test 'ON' 'OFF') ) - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile + cmake_src_compile if use doc; then pushd doc >/dev/null || die @@ -60,7 +59,7 @@ src_compile() { } src_install() { - cmake-utils_src_install + cmake_src_install if use doc; then dodoc -r doc/build/html