commit: cd02831690b69689452ddb171d6af4796ce00896
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 23:58:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 01:07:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd028316
x11-plugins/guifications: fix DEPEND typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/guifications/guifications-2.16.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/guifications/guifications-2.16.ebuild
b/x11-plugins/guifications/guifications-2.16.ebuild
index f6ac6a1017d..0c8a39b85b1 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,7 @@ IUSE="debug nls"
RDEPEND="net-im/pidgin[gtk]
x11-libs/gtk+:2"
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {