diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2018-01-09 18:56:18 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2018-01-09 18:56:18 +0100 |
commit | 4d29f975711498baffbbf2266a8963536bb12ca8 (patch) | |
tree | 19497ed3b7e3a62f3b959ae28ed152e7b027687c /media-libs/hamlib | |
parent | net-im/discord-bin: Remove 0.0.3 (diff) | |
download | gentoo-4d29f975711498baffbbf2266a8963536bb12ca8.tar.gz gentoo-4d29f975711498baffbbf2266a8963536bb12ca8.tar.bz2 gentoo-4d29f975711498baffbbf2266a8963536bb12ca8.zip |
media-libs/hamlib: Fixes SLOT dep (bug #643850)
Thanks for reporting Daniel Weeks.
Closes: https://bugs.gentoo.org/643850
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-libs/hamlib')
-rw-r--r-- | media-libs/hamlib/hamlib-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/hamlib/hamlib-3.1.ebuild b/media-libs/hamlib/hamlib-3.1.ebuild index 0b62f3248954..5d91795318c0 100644 --- a/media-libs/hamlib/hamlib-3.1.ebuild +++ b/media-libs/hamlib/hamlib-3.1.ebuild @@ -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= )" |