Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib/
Date: Mon, 19 Feb 2018 17:31:11
Message-Id: 1519061450.2da25e16b36d8ab1dd8a7af52b6bae0e5b034536.dilfridge@gentoo
1 commit: 2da25e16b36d8ab1dd8a7af52b6bae0e5b034536
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 17:30:29 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 17:30:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da25e16
7
8 sci-libs/linux-gpib: Add missing readline dependency
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild
16 index 8430c062a4b..b4f528a35e7 100644
17 --- a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild
18 +++ b/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -21,6 +21,7 @@ KEYWORDS="amd64 ~arm ~x86"
26 IUSE="isa pcmcia static debug guile perl php python tcl doc firmware"
27
28 COMMONDEPEND="
29 + sys-libs/readline:=
30 tcl? ( dev-lang/tcl:0= )
31 guile? ( dev-scheme/guile:12 )
32 perl? ( dev-lang/perl:= )