diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2016-10-25 09:55:11 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2016-10-25 09:55:11 +0200 |
commit | 3c53db8be222ecf7f83e28545c51f87e99a3b01e (patch) | |
tree | 21ffca782a527f1a34d58363d3dbcee9cc276757 /app-misc | |
parent | net-libs/nghttp2: Removed old. (diff) | |
download | gentoo-3c53db8be222ecf7f83e28545c51f87e99a3b01e.tar.gz gentoo-3c53db8be222ecf7f83e28545c51f87e99a3b01e.tar.bz2 gentoo-3c53db8be222ecf7f83e28545c51f87e99a3b01e.zip |
app-misc/rlwrap: Adds subslot dep (:0=) on sys-libs/readline
Fixes bug #597652
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/rlwrap/rlwrap-0.42.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/rlwrap/rlwrap-0.42.ebuild b/app-misc/rlwrap/rlwrap-0.42.ebuild index 285b678ae486..9f62a44b2474 100644 --- a/app-misc/rlwrap/rlwrap-0.42.ebuild +++ b/app-misc/rlwrap/rlwrap-0.42.ebuild @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~mips ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug" -RDEPEND="sys-libs/readline:0" +RDEPEND="sys-libs/readline:0=" DEPEND="${RDEPEND}" src_configure() { |