summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Olivier Mercier <nemunaire@nemunai.re>2019-01-30 21:07:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-03 19:00:27 +0100
commit504a7ec746545a930667fb68808722c8f8e3cddb (patch)
tree5353f96bbb4b9a82c4bbc60f1e4e1c0f02078b36 /app-crypt/moolticute/moolticute-9999.ebuild
parentprofiles: x86: Drop obsolete app-office/libreoffice-bin mask (diff)
downloadgentoo-504a7ec746545a930667fb68808722c8f8e3cddb.tar.gz
gentoo-504a7ec746545a930667fb68808722c8f8e3cddb.tar.bz2
gentoo-504a7ec746545a930667fb68808722c8f8e3cddb.zip
app-crypt/moolticute: add missing dep + bump to 0.30.8
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Pierre-Olivier Mercier <nemunaire@nemunai.re> Closes: https://github.com/gentoo/gentoo/pull/10946 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-crypt/moolticute/moolticute-9999.ebuild')
-rw-r--r--app-crypt/moolticute/moolticute-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/moolticute/moolticute-9999.ebuild b/app-crypt/moolticute/moolticute-9999.ebuild
index da3da6c6597f..efd4c37a4de9 100644
--- a/app-crypt/moolticute/moolticute-9999.ebuild
+++ b/app-crypt/moolticute/moolticute-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,6 @@ EAPI=6
if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git"
inherit git-r3
- KEYWORDS=""
else
SRC_URI="https://github.com/mooltipass/moolticute/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm"
@@ -23,6 +22,7 @@ IUSE=""
RDEPEND="
>=dev-libs/libusb-1.0.20
+ dev-qt/qtdbus:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5