From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D04B81382C5 for ; Mon, 19 Feb 2018 17:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2925FE09F6; Mon, 19 Feb 2018 17:31:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B9D6E09F6 for ; Mon, 19 Feb 2018 17:31:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A289F335C0C for ; Mon, 19 Feb 2018 17:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3794078 for ; Mon, 19 Feb 2018 17:31:08 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1519061450.2da25e16b36d8ab1dd8a7af52b6bae0e5b034536.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild X-VCS-Directories: sci-libs/linux-gpib/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 2da25e16b36d8ab1dd8a7af52b6bae0e5b034536 X-VCS-Branch: master Date: Mon, 19 Feb 2018 17:31:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f2a5144-662a-4652-9e5e-4ee943754181 X-Archives-Hash: 996e32ecf0796b2269f183c60fabb926 commit: 2da25e16b36d8ab1dd8a7af52b6bae0e5b034536 Author: Andreas K. Huettel gentoo org> AuthorDate: Mon Feb 19 17:30:29 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Mon Feb 19 17:30:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da25e16 sci-libs/linux-gpib: Add missing readline dependency Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild b/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild index 8430c062a4b..b4f528a35e7 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.1.0.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.1.0.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=6 @@ -21,6 +21,7 @@ KEYWORDS="amd64 ~arm ~x86" IUSE="isa pcmcia static debug guile perl php python tcl doc firmware" COMMONDEPEND=" + sys-libs/readline:= tcl? ( dev-lang/tcl:0= ) guile? ( dev-scheme/guile:12 ) perl? ( dev-lang/perl:= )