summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 12:19:00 +0100
committerSam James <sam@gentoo.org>2021-04-02 14:00:03 +0000
commit8f8a56b284e82f1081caa51ed8d3ce59552778fd (patch)
treefcc03fff8f72a678e6033eae9f2f4381e1979ce0
parentnet-print/cndrvcups-common-lb: fix DEPEND typo (diff)
downloadgentoo-8f8a56b2.tar.gz
gentoo-8f8a56b2.tar.bz2
gentoo-8f8a56b2.zip
x11-plugins/gkrellm-bluez: fix DEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild
index 47fafd1df54c..dee18874be2c 100644
--- a/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild
+++ b/x11-plugins/gkrellm-bluez/gkrellm-bluez-0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,12 +12,11 @@ HOMEPAGE="http://gkrellm-bluez.sourceforge.net"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="
app-admin/gkrellm:2[X]
net-wireless/bluez"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-notheme.patch )