summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-20 15:13:50 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-20 15:19:15 +0200
commitcf60d48d4eff39f5c63a5ca3d526d7196b3e780e (patch)
tree8000bd3f032463824c80a9d7088d54d17a9dcd10
parentmedia-sound/qmidiarp: Drop 0.6.3-r1 (diff)
downloadgentoo-cf60d48d4eff39f5c63a5ca3d526d7196b3e780e.tar.gz
gentoo-cf60d48d4eff39f5c63a5ca3d526d7196b3e780e.tar.bz2
gentoo-cf60d48d4eff39f5c63a5ca3d526d7196b3e780e.zip
media-sound/bempc: EAPI-7 bump, add missing DEPEND
Closes: https://bugs.gentoo.org/706750 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-sound/bempc/bempc-0.11_p20160207.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/bempc/bempc-0.11_p20160207.ebuild b/media-sound/bempc/bempc-0.11_p20160207.ebuild
index e00f76310b78..ab073f5d8e9b 100644
--- a/media-sound/bempc/bempc-0.11_p20160207.ebuild
+++ b/media-sound/bempc/bempc-0.11_p20160207.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
COMMIT=783ea4e61cbfe54250e809498b1496d6cbd5afa1
inherit qmake-utils xdg-utils
@@ -24,6 +24,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
app-arch/unzip
+ dev-qt/qtconcurrent:5
"
src_unpack() {