From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1526628-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0D1D315810F
	for <garchives@archives.gentoo.org>; Fri,  9 Jun 2023 03:02:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A2AC3E07F9;
	Fri,  9 Jun 2023 03:02:01 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7671CE07E6
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Jun 2023 03:02:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5DAA533BF29
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Jun 2023 03:02:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BDDCBA8E
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Jun 2023 03:01:58 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1686279712.3ff4b8f05901b54e509b102b6db265bb63eff88b.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtksourceview/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild
X-VCS-Directories: gui-libs/gtksourceview/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 3ff4b8f05901b54e509b102b6db265bb63eff88b
X-VCS-Branch: master
Date: Fri,  9 Jun 2023 03:01:58 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: abd17600-beb3-4821-b062-07324bd46558
X-Archives-Hash: d44c83ee76c98acd6378db4d2b749d7c

commit:     3ff4b8f05901b54e509b102b6db265bb63eff88b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 03:00:38 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 03:01:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff4b8f0

gui-libs/gtksourceview: Keyword 5.8.0 alpha, #838709

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild b/gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild
index c698ff461faf..30f71a295a0d 100644
--- a/gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild
+++ b/gui-libs/gtksourceview/gtksourceview-5.8.0.ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="
 	gtk-doc? ( introspection )
 	vala? ( introspection )
 "
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.72:2