diff options
-rw-r--r-- | app-crypt/moolticute/moolticute-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-crypt/moolticute/moolticute-9999.ebuild b/app-crypt/moolticute/moolticute-9999.ebuild index 6176b1bb8674..159e97072e3f 100644 --- a/app-crypt/moolticute/moolticute-9999.ebuild +++ b/app-crypt/moolticute/moolticute-9999.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 @@ -30,7 +30,9 @@ RDEPEND=" dev-qt/qtwebsockets:5 dev-qt/qtwidgets:5 " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" S="${WORKDIR}/${P/_/-}" |