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 D6B5513933E for ; Tue, 13 Jul 2021 11:21:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C588FE0E42; Tue, 13 Jul 2021 11:21:05 +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 AD89BE0E42 for ; Tue, 13 Jul 2021 11:21:05 +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 4DA45342B3F for ; Tue, 13 Jul 2021 11:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5D167D3 for ; Tue, 13 Jul 2021 11:21:02 +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: <1626175244.760aeeef865b8506f7d2c6bc1c38eac7b5fbede6.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsamplerate/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsamplerate/libsamplerate-0.2.1.ebuild media-libs/libsamplerate/libsamplerate-9999.ebuild X-VCS-Directories: media-libs/libsamplerate/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 760aeeef865b8506f7d2c6bc1c38eac7b5fbede6 X-VCS-Branch: master Date: Tue, 13 Jul 2021 11:21:02 +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: 9b263151-90cc-416c-8c4b-ff27eb68a49b X-Archives-Hash: 31ce4ba4206f136c480914fd9f0c9be9 commit: 760aeeef865b8506f7d2c6bc1c38eac7b5fbede6 Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 13 07:24:06 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jul 13 11:20:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760aeeef media-libs/libsamplerate: keyword 0.2.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> media-libs/libsamplerate/libsamplerate-0.2.1.ebuild | 4 ++-- media-libs/libsamplerate/libsamplerate-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/libsamplerate/libsamplerate-0.2.1.ebuild b/media-libs/libsamplerate/libsamplerate-0.2.1.ebuild index 6d9b87d12f8..283b46dc02b 100644 --- a/media-libs/libsamplerate/libsamplerate-0.2.1.ebuild +++ b/media-libs/libsamplerate/libsamplerate-0.2.1.ebuild @@ -6,14 +6,14 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio" -HOMEPAGE="http://libsndfile.github.io/libsamplerate/" +HOMEPAGE="https://libsndfile.github.io/libsamplerate/" if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/libsndfile/libsamplerate.git" else SRC_URI="https://github.com/libsndfile/libsamplerate/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi LICENSE="BSD-2" diff --git a/media-libs/libsamplerate/libsamplerate-9999.ebuild b/media-libs/libsamplerate/libsamplerate-9999.ebuild index c2eb013b6fe..f754eb4667e 100644 --- a/media-libs/libsamplerate/libsamplerate-9999.ebuild +++ b/media-libs/libsamplerate/libsamplerate-9999.ebuild @@ -6,14 +6,14 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio" -HOMEPAGE="http://libsndfile.github.io/libsamplerate/" +HOMEPAGE="https://libsndfile.github.io/libsamplerate/" if [[ ${PV} == *9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/libsndfile/libsamplerate.git" else SRC_URI="https://github.com/libsndfile/libsamplerate/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi LICENSE="BSD-2"