Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/
Date: Sun, 26 Aug 2018 18:22:29
Message-Id: 1535307732.761105bbc39c39fb69c091740c04c052a4c49283.mgorny@gentoo
1 commit: 761105bbc39c39fb69c091740c04c052a4c49283
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 18:01:40 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 18:22:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761105bb
7
8 net-wireless/blueman: Remove support for non-existent deps
9
10 net-wireless/blueman/blueman-2.1_alpha2.ebuild | 3 +--
11 net-wireless/blueman/blueman-9999.ebuild | 3 +--
12 2 files changed, 2 insertions(+), 4 deletions(-)
13
14 diff --git a/net-wireless/blueman/blueman-2.1_alpha2.ebuild b/net-wireless/blueman/blueman-2.1_alpha2.ebuild
15 index 233031d181d..b87f40169f1 100644
16 --- a/net-wireless/blueman/blueman-2.1_alpha2.ebuild
17 +++ b/net-wireless/blueman/blueman-2.1_alpha2.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="6"
24 @@ -39,7 +39,6 @@ RDEPEND="${COMMON_DEPEND}
25 || (
26 x11-themes/adwaita-icon-theme
27 x11-themes/faenza-icon-theme
28 - x11-themes/gnome-icon-theme
29 x11-themes/mate-icon-theme
30 )
31 appindicator? ( dev-libs/libappindicator:3[introspection] )
32
33 diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
34 index 6adf5f63192..84d20f082a0 100644
35 --- a/net-wireless/blueman/blueman-9999.ebuild
36 +++ b/net-wireless/blueman/blueman-9999.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2017 Gentoo Foundation
39 +# Copyright 1999-2018 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI="6"
43 @@ -39,7 +39,6 @@ RDEPEND="${COMMON_DEPEND}
44 || (
45 x11-themes/adwaita-icon-theme
46 x11-themes/faenza-icon-theme
47 - x11-themes/gnome-icon-theme
48 x11-themes/mate-icon-theme
49 )
50 appindicator? ( dev-libs/libappindicator:3[introspection] )