mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user