Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hamlib/
Date: Tue, 09 Jan 2018 17:56:46
Message-Id: 1515520578.4d29f975711498baffbbf2266a8963536bb12ca8.tomjbe@gentoo
1 commit: 4d29f975711498baffbbf2266a8963536bb12ca8
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 17:56:18 2018 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 17:56:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d29f975
7
8 media-libs/hamlib: Fixes SLOT dep (bug #643850)
9
10 Thanks for reporting Daniel Weeks.
11
12 Closes: https://bugs.gentoo.org/643850
13 Package-Manager: Portage-2.3.19, Repoman-2.3.6
14
15 media-libs/hamlib/hamlib-3.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/hamlib/hamlib-3.1.ebuild b/media-libs/hamlib/hamlib-3.1.ebuild
19 index 0b62f324895..5d91795318c 100644
20 --- a/media-libs/hamlib/hamlib-3.1.ebuild
21 +++ b/media-libs/hamlib/hamlib-3.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -21,7 +21,7 @@ RESTRICT="test"
29 RDEPEND="
30 =virtual/libusb-0*
31 dev-libs/libxml2
32 - sys-libs/readline:0
33 + sys-libs/readline:0=
34 perl? ( dev-lang/perl )
35 python? ( ${PYTHON_DEPS} )
36 tcl? ( dev-lang/tcl:0= )"