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 9124A13835A 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 CA0EEE08FA; 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 A36F3E08FA 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 5754D340F41 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 B0860732 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: <1619626331.65f07ac7fd66885373ce71bc47d8eed04b7f6804.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gucharmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gucharmap/gucharmap-13.0.4.ebuild X-VCS-Directories: gnome-extra/gucharmap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 65f07ac7fd66885373ce71bc47d8eed04b7f6804 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: 266c5ee0-250d-441d-bb4d-1a08a81e8d72 X-Archives-Hash: 8dd897b5a526c455533c613c3488443f commit: 65f07ac7fd66885373ce71bc47d8eed04b7f6804 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 28 16:12:11 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 28 16:12:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f07ac7 gnome-extra/gucharmap: Fix vala_depend Signed-off-by: Matt Turner gentoo.org> gnome-extra/gucharmap/gucharmap-13.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild b/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild index 43bfb99d791..793250c9468 100644 --- a/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild +++ b/gnome-extra/gucharmap/gucharmap-13.0.4.ebuild @@ -27,7 +27,7 @@ BDEPEND=" >=sys-devel/gettext-0.19.8 gtk-doc? ( >=dev-util/gtk-doc-1 ) introspection? ( >=dev-libs/gobject-introspection-1.54:= ) - ${vala_depend}" + $(vala_depend)" DEPEND="=app-i18n/unicode-data-${UNICODE_VERSION}* >=dev-libs/glib-2.32:2