commit: 19c1134e5e44cfc33510bb2df8b8372295345eeb
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 16:14:57 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 16:16:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19c1134e
dev-games/tiled: add missing dependency
Gentoo-bug: 562936
Package-Manager: portage-2.2.20.1
dev-games/tiled/tiled-0.14.2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-games/tiled/tiled-0.14.2.ebuild
b/dev-games/tiled/tiled-0.14.2.ebuild
index f2bad72..69e780c 100644
--- a/dev-games/tiled/tiled-0.14.2.ebuild
+++ b/dev-games/tiled/tiled-0.14.2.ebuild
@@ -18,7 +18,7 @@ IUSE="examples python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-DEPEND="
+RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtopengl:5
@@ -26,7 +26,9 @@ DEPEND="
sys-libs/zlib
python? ( ${PYTHON_DEPS} )
"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
+"
pkg_setup() {
use python && python-single-r1_pkg_setup