Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/
Date: Sun, 30 Oct 2022 13:10:31
Message-Id: 1667135413.491ce3138b31779a6528e28d11e93ed54a2afe6c.pacho@gentoo
1 commit: 491ce3138b31779a6528e28d11e93ed54a2afe6c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 13:07:23 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 13:10:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491ce313
7
8 net-wireless/gnome-bluetooth: Fix typo
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild | 2 +-
13 net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
17 index d5d0bce0d592..75e875ce4ef2 100644
18 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
19 +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild
20 @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}
21 sendto? ( !net-wireless/gnome-bluetooth:2 )
22 "
23 BDEPEND="
24 - ${PYHTHON_DEPS}
25 + ${PYTHON_DEPS}
26 dev-libs/libxml2:2
27 dev-util/gdbus-codegen
28 dev-util/glib-utils
29
30 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
31 index 4391f246cfae..d291207e6a0e 100644
32 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
33 +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild
34 @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}
35 sendto? ( !net-wireless/gnome-bluetooth:2 )
36 "
37 BDEPEND="
38 - ${PYHTHON_DEPS}
39 + ${PYTHON_DEPS}
40 dev-libs/libxml2:2
41 dev-util/gdbus-codegen
42 dev-util/glib-utils