Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-bluez/
Date: Fri, 02 Apr 2021 14:01:46
Message-Id: 1617372003.8f8a56b284e82f1081caa51ed8d3ce59552778fd.sam@gentoo
1 commit: 8f8a56b284e82f1081caa51ed8d3ce59552778fd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 11:19:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 14:00:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8a56b2
7
8 x11-plugins/gkrellm-bluez: fix DEPEND typo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild
16 index 47fafd1df54..dee18874be2 100644
17 --- a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild
18 +++ b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,12 +12,11 @@ HOMEPAGE="http://gkrellm-bluez.sourceforge.net"
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="amd64 x86"
29 -IUSE=""
30
31 RDEPEND="
32 app-admin/gkrellm:2[X]
33 net-wireless/bluez"
34 -DEPEND="${DEPEND}"
35 +DEPEND="${RDEPEND}"
36
37 PATCHES=( "${FILESDIR}"/${P}-notheme.patch )