commit: 481ac68dafcf9c71e157e86427bb1be9596c923e Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Apr 13 11:58:47 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Apr 13 11:58:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=481ac68d
media-sound/6pm: add missing deps Closes: https://bugs.gentoo.org/781161 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> media-sound/6pm/6pm-0.9.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/media-sound/6pm/6pm-0.9.ebuild b/media-sound/6pm/6pm-0.9.ebuild index a9fd30ea7..ea03a7dcc 100644 --- a/media-sound/6pm/6pm-0.9.ebuild +++ b/media-sound/6pm/6pm-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,10 +15,14 @@ MY_P="6PM_v${PV}" SRC_URI="mirror://sourceforge/project/mv-6pm/${MY_P}.tgz -> ${P}.tgz" LICENSE="GPL-3" -DEPEND="dev-qt/qtcore:5 +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 virtual/opengl virtual/jack - media-libs/alsa-lib" + media-libs/alsa-lib +" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}/src/" ADIR="${WORKDIR}/${MY_P}"
