media-radio/grig: Limit dependecy to <media-libs/hamlib-3.4

Newer hamlib made incompatible changes to the API. So grif only work
with the old one.

Closes: https://bugs.gentoo.org/742512
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
Thomas Beierlein
2020-09-26 15:32:15 +02:00
parent eeda53ff23
commit 3f67f5c317

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,7 @@ IUSE=""
DEPEND="
dev-libs/glib:2
x11-libs/gtk+:2
media-libs/hamlib"
<media-libs/hamlib-3.4"
RDEPEND="${DEPEND}"
src_configure() {