commit:     a6478c8f332e4842409829f4e09ac5d05acc2c27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 22:01:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 22:01:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6478c8f

sci-electronics/gnucap: add missing sys-libs/readline dep

Closes: https://bugs.gentoo.org/644028
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild 
b/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild
index b7cea90bde0..0c524c10d33 100644
--- a/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild
+++ b/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,8 +21,9 @@ SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc x86"
 
-DEPEND=""
-RDEPEND=""
+# NOTE: readline could be made optional, but I don't see a point for now.
+RDEPEND="sys-libs/readline:="
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_PV}"
 

Reply via email to