media-libs/hamlib: Fixes SLOT dep (bug #643850)
authorThomas Beierlein <tomjbe@gentoo.org>
Tue, 9 Jan 2018 17:56:18 +0000 (18:56 +0100)
committerThomas Beierlein <tomjbe@gentoo.org>
Tue, 9 Jan 2018 17:56:18 +0000 (18:56 +0100)
Thanks for reporting Daniel Weeks.

Closes: https://bugs.gentoo.org/643850
Package-Manager: Portage-2.3.19, Repoman-2.3.6

media-libs/hamlib/hamlib-3.1.ebuild

index 0b62f32489547d68140991da6fe598ff0ba8030d..5d91795318c0f35d44c473473297abc35145b634 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ RESTRICT="test"
 RDEPEND="
        =virtual/libusb-0*
        dev-libs/libxml2
-       sys-libs/readline:0
+       sys-libs/readline:0=
        perl? ( dev-lang/perl )
        python? ( ${PYTHON_DEPS} )
        tcl? ( dev-lang/tcl:0= )"