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 B75A1158092 for ; Sat, 11 Sep 2021 08:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFCF8E0855; Sat, 11 Sep 2021 08:53:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C4EFEE0837 for ; Sat, 11 Sep 2021 08:53:37 +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 B42A1342CD1 for ; Sat, 11 Sep 2021 08:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05A0D56 for ; Sat, 11 Sep 2021 08:53:35 +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: <1631350407.68e21bd618ff50a0dd9a70a744042296390d2197.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cogl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/cogl/cogl-1.22.8.ebuild X-VCS-Directories: media-libs/cogl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 68e21bd618ff50a0dd9a70a744042296390d2197 X-VCS-Branch: master Date: Sat, 11 Sep 2021 08:53:35 +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: 3514d8be-91fa-41f0-99dc-2c3db7f0795a X-Archives-Hash: fbc6b6084a38a0fd7cc741ba5c19e2a6 commit: 68e21bd618ff50a0dd9a70a744042296390d2197 Author: Marek Szuba gentoo org> AuthorDate: Sat Sep 11 00:06:47 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Sep 11 08:53:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e21bd6 media-libs/cogl: keyword 1.22.8 for ~riscv Signed-off-by: Marek Szuba gentoo.org> media-libs/cogl/cogl-1.22.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/cogl/cogl-1.22.8.ebuild b/media-libs/cogl/cogl-1.22.8.ebuild index c2fb848a363..75c0d96cf93 100644 --- a/media-libs/cogl/cogl-1.22.8.ebuild +++ b/media-libs/cogl/cogl-1.22.8.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE=" wayland? ( gles2 ) || ( gles2 opengl ) " -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86" COMMON_DEPEND=" >=dev-libs/glib-2.32:2