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 F029F15808D for ; Fri, 10 Sep 2021 22:51:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCAF4E0864; Fri, 10 Sep 2021 22:51:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7E9F7E0866 for ; Fri, 10 Sep 2021 22:51:53 +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 0466F342C1D for ; Fri, 10 Sep 2021 22:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F9532A for ; Fri, 10 Sep 2021 22:51:50 +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: <1631314301.15f6bc7eabfd93b0963429557218e891290f9757.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/plymouth/plymouth-0.9.5-r1.ebuild X-VCS-Directories: sys-boot/plymouth/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 15f6bc7eabfd93b0963429557218e891290f9757 X-VCS-Branch: master Date: Fri, 10 Sep 2021 22:51:50 +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: 6f16107f-286f-4e16-b2b7-198f2256f1a8 X-Archives-Hash: 2f5d92273467e953e32a0e269113953f commit: 15f6bc7eabfd93b0963429557218e891290f9757 Author: Marek Szuba gentoo org> AuthorDate: Fri Sep 10 21:34:19 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Sep 10 22:51:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f6bc7e sys-boot/plymouth: keyword 0.9.5-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> sys-boot/plymouth/plymouth-0.9.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild index 4263c374b08..62560bb5edb 100644 --- a/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.freedesktop.org/plymouth/plymouth" else SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86" fi inherit autotools readme.gentoo-r1 systemd toolchain-funcs