mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
sdrtrunk-bin: fix https://github.com/pentoo/pentoo-overlay/issues/1058
This commit is contained in:
parent
67f381b71c
commit
547bcd9419
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -11,7 +11,8 @@ KEYWORDS="~amd64 ~x86"
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="virtual/jre:*"
|
||||
RDEPEND="virtual/jre:*
|
||||
media-libs/alsa-lib"
|
||||
DEPEND="${RDEPEND}
|
||||
!net-wireless/sdrtrunk"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue