From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1658449-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 E3B81159C9B
	for <garchives@archives.gentoo.org>; Sat,  3 Aug 2024 08:07:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D82B4E2A7C;
	Sat,  3 Aug 2024 08:07:51 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B8738E2A7C
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Aug 2024 08:07:51 +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 05442343003
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Aug 2024 08:07:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 563BA1E9D
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Aug 2024 08:07:49 +0000 (UTC)
From: "Pacho Ramos" <pacho@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, "Pacho Ramos" <pacho@gentoo.org>
Message-ID: <1722672371.ad6540e5e9b95a6b6de03ab9c5f85ce4a82370ab.pacho@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mahjongg/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-board/gnome-mahjongg/gnome-mahjongg-3.40.1.ebuild
X-VCS-Directories: games-board/gnome-mahjongg/
X-VCS-Committer: pacho
X-VCS-Committer-Name: Pacho Ramos
X-VCS-Revision: ad6540e5e9b95a6b6de03ab9c5f85ce4a82370ab
X-VCS-Branch: master
Date: Sat,  3 Aug 2024 08:07:49 +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: fdc9fe15-859d-4f9d-bf44-c9d54bc8a687
X-Archives-Hash: 3683f53a57b05468247da3e033124f1f

commit:     ad6540e5e9b95a6b6de03ab9c5f85ce4a82370ab
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Mon May 20 18:22:04 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 08:06:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6540e5

games-board/gnome-mahjongg: add libadwaita[vala] dependency

Closes: https://bugs.gentoo.org/910189
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36314
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-board/gnome-mahjongg/gnome-mahjongg-3.40.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.40.1.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.40.1.ebuild
index 6fd50fe11b5e..03a1b92f9122 100644
--- a/games-board/gnome-mahjongg/gnome-mahjongg-3.40.1.ebuild
+++ b/games-board/gnome-mahjongg/gnome-mahjongg-3.40.1.ebuild
@@ -25,6 +25,7 @@ BDEPEND="
 	$(vala_depend)
 	dev-libs/appstream-glib
 	dev-util/itstool
+	gui-libs/libadwaita:1[vala]
 	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig
 "