From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F017413835A for ; Wed, 20 May 2020 13:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33AF4E096F; Wed, 20 May 2020 13:19:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C933E0966 for ; Wed, 20 May 2020 13:19:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 052A134F25E for ; Wed, 20 May 2020 13:19:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD3EB256 for ; Wed, 20 May 2020 13:19:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1589980755.cf60d48d4eff39f5c63a5ca3d526d7196b3e780e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/bempc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/bempc/bempc-0.11_p20160207.ebuild X-VCS-Directories: media-sound/bempc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf60d48d4eff39f5c63a5ca3d526d7196b3e780e X-VCS-Branch: master Date: Wed, 20 May 2020 13:19:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a9a49d2-baa8-418b-b153-0bb61598b6f5 X-Archives-Hash: f90a621c657ca1e7030b6161753b1753 commit: cf60d48d4eff39f5c63a5ca3d526d7196b3e780e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 13:13:50 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 13:19:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf60d48d 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 gentoo.org> media-sound/bempc/bempc-0.11_p20160207.ebuild | 5 +++-- 1 file 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 e00f76310b7..ab073f5d8e9 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() {