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.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 9228E158020 for ; Sun, 30 Oct 2022 13:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8208AE0882; Sun, 30 Oct 2022 13:10:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2E43CE0882 for ; Sun, 30 Oct 2022 13:10:29 +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 04F3A340E7F for ; Sun, 30 Oct 2022 13:10:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40F435E7 for ; Sun, 30 Oct 2022 13:10:26 +0000 (UTC) From: "Pacho Ramos" 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" Message-ID: <1667135413.491ce3138b31779a6528e28d11e93ed54a2afe6c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild X-VCS-Directories: net-wireless/gnome-bluetooth/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 491ce3138b31779a6528e28d11e93ed54a2afe6c X-VCS-Branch: master Date: Sun, 30 Oct 2022 13:10:26 +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: 61f6f9f3-ae88-43d0-820b-488847a3e9b9 X-Archives-Hash: c69f38ae1986767e6762496ebe66c04b commit: 491ce3138b31779a6528e28d11e93ed54a2afe6c Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 30 13:07:23 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 30 13:10:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491ce313 net-wireless/gnome-bluetooth: Fix typo Signed-off-by: Pacho Ramos gentoo.org> net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild | 2 +- net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild index d5d0bce0d592..75e875ce4ef2 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild @@ -31,7 +31,7 @@ RDEPEND="${DEPEND} sendto? ( !net-wireless/gnome-bluetooth:2 ) " BDEPEND=" - ${PYHTHON_DEPS} + ${PYTHON_DEPS} dev-libs/libxml2:2 dev-util/gdbus-codegen dev-util/glib-utils diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild index 4391f246cfae..d291207e6a0e 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild @@ -31,7 +31,7 @@ RDEPEND="${DEPEND} sendto? ( !net-wireless/gnome-bluetooth:2 ) " BDEPEND=" - ${PYHTHON_DEPS} + ${PYTHON_DEPS} dev-libs/libxml2:2 dev-util/gdbus-codegen dev-util/glib-utils