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@gentoo.org>
This commit is contained in:
Sam James
2021-02-06 22:01:38 +00:00
parent d6124f7361
commit a6478c8f33

View File

@@ -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}"