diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-12 11:31:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-12 11:32:08 +0100 |
commit | 326d95291e90e9f1066456f55abad2580d667c0a (patch) | |
tree | 7b62091cac35950d0a2558da6e2965b6b073994f | |
parent | profiles/arch/amd64/x32: Mask indirect nodejs deps (diff) | |
download | gentoo-326d95291e90e9f1066456f55abad2580d667c0a.tar.gz gentoo-326d95291e90e9f1066456f55abad2580d667c0a.tar.bz2 gentoo-326d95291e90e9f1066456f55abad2580d667c0a.zip |
games-util/qjoypad: Add missing DEPEND
Closes: https://bugs.gentoo.org/644292
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | games-util/qjoypad/qjoypad-4.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-util/qjoypad/qjoypad-4.3.0.ebuild b/games-util/qjoypad/qjoypad-4.3.0.ebuild index 3f027a2a35af..c4578b2cd3d3 100644 --- a/games-util/qjoypad/qjoypad-4.3.0.ebuild +++ b/games-util/qjoypad/qjoypad-4.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ RDEPEND=" x11-libs/libXtst " DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 x11-proto/inputproto x11-proto/xextproto x11-proto/xproto |