commit: fdf2e1566e83ea8b09dc993d429b6ade9a117330
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 6 17:19:53 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Dec 6 17:20:36 2018 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fdf2e156
games-puzzle/gnome2048: fix build depends declaration
Was missing RDEPEND due to typo.
Thanks-to: dantrell
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
games-puzzle/gnome2048/gnome2048-3.26.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
index 38927468..011d0f0d 100644
--- a/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
+++ b/games-puzzle/gnome2048/gnome2048-3.26.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,7 +24,7 @@ RDEPEND="
>=x11-libs/gtk+-3.12:3
"
# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
$(vala_depend)
app-text/yelp-tools
dev-libs/appstream-glib