summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-27 00:57:13 +0000
committerSam James <sam@gentoo.org>2022-02-27 00:57:13 +0000
commit208027fa47ae50c1ede0b4ad77ab0aa501cda9d1 (patch)
tree58533feb189744c0ddc01976de71793e8ce08f78 /app-shells/rc
parentapp-shells/rc: fix bug preventing rc becoming login shell (diff)
downloadgentoo-208027fa47ae50c1ede0b4ad77ab0aa501cda9d1.tar.gz
gentoo-208027fa47ae50c1ede0b4ad77ab0aa501cda9d1.tar.bz2
gentoo-208027fa47ae50c1ede0b4ad77ab0aa501cda9d1.zip
app-shells/rc: use := for readline
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/rc')
-rw-r--r--app-shells/rc/rc-1.7.4-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/rc/rc-1.7.4-r2.ebuild b/app-shells/rc/rc-1.7.4-r2.ebuild
index 1f68bd85ca1b..038bae2f0a78 100644
--- a/app-shells/rc/rc-1.7.4-r2.ebuild
+++ b/app-shells/rc/rc-1.7.4-r2.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libedit readline"
-RDEPEND="readline? ( sys-libs/readline:0 )
+RDEPEND="readline? ( sys-libs/readline:= )
libedit? ( dev-libs/libedit )"
DEPEND="${RDEPEND}"