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 2E69013933E for ; Mon, 2 Aug 2021 16:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBFBBE0932; Mon, 2 Aug 2021 16:42:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D59DAE0932 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 2E51E343C7D 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 9D90B84F 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: <1627922559.a00f74472e8ccad0b5834c1eb7f3572bd7f50710.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/uhttpmock/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/uhttpmock/uhttpmock-0.5.3.ebuild X-VCS-Directories: net-libs/uhttpmock/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a00f74472e8ccad0b5834c1eb7f3572bd7f50710 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: 14378859-a563-413b-a4d0-62bc64c74313 X-Archives-Hash: 2999f7c0eb08c8212c4f88b9d99ff36f commit: a00f74472e8ccad0b5834c1eb7f3572bd7f50710 Author: Marek Szuba gentoo org> AuthorDate: Mon Aug 2 13:48:41 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Aug 2 16:42:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00f7447 net-libs/uhttpmock: keyword 0.5.3 for ~riscv Signed-off-by: Marek Szuba gentoo.org> net-libs/uhttpmock/uhttpmock-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild b/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild index a1d0cd4dc51..7526fe4fd04 100644 --- a/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild +++ b/net-libs/uhttpmock/uhttpmock-0.5.3.ebuild @@ -8,7 +8,7 @@ inherit gnome2 vala DESCRIPTION="HTTP web service mocking library" HOMEPAGE="https://gitlab.com/uhttpmock/uhttpmock" -SRC_URI="http://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz" +SRC_URI="https://tecnocode.co.uk/downloads/${PN}/${P}.tar.xz" LICENSE="LGPL-2+" SLOT="0" @@ -16,7 +16,7 @@ SLOT="0" IUSE="debug +introspection vala" REQUIRED_USE="vala? ( introspection )" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" RDEPEND=" >=dev-libs/glib-2.38.0:2