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 DBEDA13835C for ; Wed, 28 Apr 2021 16:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3091E08FE; Wed, 28 Apr 2021 16:12:46 +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 DABD0E08FE for ; Wed, 28 Apr 2021 16:12:46 +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 51999340F33 for ; Wed, 28 Apr 2021 16:12:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D69071B for ; Wed, 28 Apr 2021 16:12:43 +0000 (UTC) From: "Matt Turner" 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" Message-ID: <1619626317.32e39e4d88a5f959217e6c33c866ce9f5b2b48e9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/gnome-robots/gnome-robots-40.0.ebuild X-VCS-Directories: games-arcade/gnome-robots/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 32e39e4d88a5f959217e6c33c866ce9f5b2b48e9 X-VCS-Branch: master Date: Wed, 28 Apr 2021 16:12:43 +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: f74e3f57-d589-493c-a56e-4eba05c88dc8 X-Archives-Hash: 50a1f1c61ea65af43bc0ee492531e7b3 commit: 32e39e4d88a5f959217e6c33c866ce9f5b2b48e9 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 28 16:11:57 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 28 16:11:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e39e4d games-arcade/gnome-robots: Fix vala_depend Signed-off-by: Matt Turner gentoo.org> games-arcade/gnome-robots/gnome-robots-40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild index 11f55208f0e..93c8645abb6 100644 --- a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild +++ b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild @@ -22,7 +22,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - ${vala_depend} + $(vala_depend) dev-libs/appstream-glib dev-util/itstool >=sys-devel/gettext-0.19.8