From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1664662-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 4F5801581FB for <garchives@archives.gentoo.org>; Mon, 26 Aug 2024 22:57:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80273E29F9; Mon, 26 Aug 2024 22:57:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 60DFEE29F9 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Aug 2024 22:57:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72581342FFB for <gentoo-commits@lists.gentoo.org>; Mon, 26 Aug 2024 22:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CA8A167A for <gentoo-commits@lists.gentoo.org>; Mon, 26 Aug 2024 22:57:02 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1724712984.a864ffd9db6092fca333954b483ecc8917cf4791.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gtk-vnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild X-VCS-Directories: net-libs/gtk-vnc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a864ffd9db6092fca333954b483ecc8917cf4791 X-VCS-Branch: master Date: Mon, 26 Aug 2024 22:57:02 +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: 2aa5b64d-8da6-44e7-88ca-bcbbb10f87e4 X-Archives-Hash: 5f37bd976762dc17d74701a8c0192754 commit: a864ffd9db6092fca333954b483ecc8917cf4791 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 26 22:56:24 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 26 22:56:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a864ffd9 net-libs/gtk-vnc: fix naughty typo Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild | 2 +- net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild b/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild index dccf068e8704..2d552a2d3831 100644 --- a/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild @@ -44,7 +44,7 @@ BDEPEND=" src_prepare() { default - use vala & vala_setup + use vala && vala_setup } src_configure() { diff --git a/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild b/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild index 252a0fcc4541..e374f2449e7e 100644 --- a/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild @@ -44,7 +44,7 @@ BDEPEND=" src_prepare() { default - use vala & vala_setup + use vala && vala_setup } src_configure() {