Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gnucap/
Date: Sat, 06 Feb 2021 22:34:13
Message-Id: 1612648898.a6478c8f332e4842409829f4e09ac5d05acc2c27.sam@gentoo
1 commit: a6478c8f332e4842409829f4e09ac5d05acc2c27
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 22:01:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 22:01:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6478c8f
7
8 sci-electronics/gnucap: add missing sys-libs/readline dep
9
10 Closes: https://bugs.gentoo.org/644028
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild b/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild
18 index b7cea90bde0..0c524c10d33 100644
19 --- a/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild
20 +++ b/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -21,8 +21,9 @@ SLOT="0"
28 LICENSE="GPL-2"
29 KEYWORDS="amd64 ppc x86"
30
31 -DEPEND=""
32 -RDEPEND=""
33 +# NOTE: readline could be made optional, but I don't see a point for now.
34 +RDEPEND="sys-libs/readline:="
35 +DEPEND="${RDEPEND}"
36
37 S="${WORKDIR}/${MY_PV}"