summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2020-09-26 15:32:15 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2020-09-26 15:32:48 +0200
commit3f67f5c317712072ffb03f5572ae698f3c0a93f1 (patch)
treeaa983a3b9cfd8d188dc75f9fdc792fff9f5def2b
parentapp-admin/github-backup-utils: Remove old (diff)
downloadgentoo-3f67f5c317712072ffb03f5572ae698f3c0a93f1.tar.gz
gentoo-3f67f5c317712072ffb03f5572ae698f3c0a93f1.tar.bz2
gentoo-3f67f5c317712072ffb03f5572ae698f3c0a93f1.zip
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>
-rw-r--r--media-radio/grig/grig-0.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-radio/grig/grig-0.8.1.ebuild b/media-radio/grig/grig-0.8.1.ebuild
index f290930b0ddb..198e5a7d5dd3 100644
--- a/media-radio/grig/grig-0.8.1.ebuild
+++ b/media-radio/grig/grig-0.8.1.ebuild
@@ -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() {