diff options
author | Pierre-Olivier Mercier <nemunaire@nemunai.re> | 2018-04-15 01:27:59 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-23 01:11:07 +0200 |
commit | 980231c0b8d4b4d99af4abc6dc07fb586c300ba5 (patch) | |
tree | 493893a4d80d10f4dc3e3e7c620253f248650df7 /app-crypt/moolticute | |
parent | sci-geosciences/qgis: Fix USE=grass (diff) | |
download | gentoo-980231c0b8d4b4d99af4abc6dc07fb586c300ba5.tar.gz gentoo-980231c0b8d4b4d99af4abc6dc07fb586c300ba5.tar.bz2 gentoo-980231c0b8d4b4d99af4abc6dc07fb586c300ba5.zip |
app-crypt/moolticute: add dev-qt/linguist-tools DEPEND
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8082
Diffstat (limited to 'app-crypt/moolticute')
-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/_/-}" |