app-crypt/moolticute: requires libusb-1.0.20

This commit is contained in:
nemunaire 2017-07-12 11:01:30 +02:00
commit 949434dec2
3 changed files with 45 additions and 5 deletions

View file

@ -1,6 +1,5 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
@ -8,7 +7,7 @@ if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/raoulh/moolticute.git"
inherit git-r3
KEYWORDS=""
S=${WORKDIR}/${P}/${PN}
S=${WORKDIR}/${P}
else
SRC_URI="https://github.com/raoulh/moolticute/archive/v${PV}-beta.tar.gz -> moolticute-${PV}.tar.gz"
KEYWORDS="~amd64 ~arm"
@ -29,7 +28,7 @@ RDEPEND=">=dev-qt/qtcore-5.6
dev-qt/qtgui
dev-qt/qtnetwork
dev-qt/qtwebsockets
virtual/libusb"
>=dev-libs/libusb-1.0.20"
DEPEND="${RDEPEND}"
src_configure() {