commit:     208027fa47ae50c1ede0b4ad77ab0aa501cda9d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 00:57:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:57:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208027fa

app-shells/rc: use := for readline

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/rc/rc-1.7.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to