diff options
author | Sam James <sam@gentoo.org> | 2021-02-06 22:01:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-06 22:01:38 +0000 |
commit | a6478c8f332e4842409829f4e09ac5d05acc2c27 (patch) | |
tree | d10c64bb23e9ff0863756d64e7339e8e72e29069 /sci-electronics/gnucap | |
parent | sci-libs/gdal: fix automagic dep on dev-libs/openssl (diff) | |
download | gentoo-a6478c8f332e4842409829f4e09ac5d05acc2c27.tar.gz gentoo-a6478c8f332e4842409829f4e09ac5d05acc2c27.tar.bz2 gentoo-a6478c8f332e4842409829f4e09ac5d05acc2c27.zip |
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>
Diffstat (limited to 'sci-electronics/gnucap')
-rw-r--r-- | sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild | 7 |
1 files 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 b7cea90bde0d..0c524c10d336 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}" |