commit: 6a82015e0302846aaae7def7c4c1527bc2fd588c
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 02:53:11 2016 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 02:53:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a82015e
dev-lisp/clisp: in stable 2.49-r8, readline must be <7.0
Package-Manager: portage-2.3.0
dev-lisp/clisp/clisp-2.49-r8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/clisp/clisp-2.49-r8.ebuild
b/dev-lisp/clisp/clisp-2.49-r8.ebuild
index 6887311..1020ce0 100644
--- a/dev-lisp/clisp/clisp-2.49-r8.ebuild
+++ b/dev-lisp/clisp/clisp-2.49-r8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -25,7 +25,7 @@ RDEPEND=">=dev-lisp/asdf-2.33-r3
gtk? ( >=x11-libs/gtk+-2.10 >=gnome-base/libglade-2.6 )
pari? ( <sci-mathematics/pari-2.5.0 )
postgres? ( >=dev-db/postgresql-8.0 )
- readline? ( >=sys-libs/readline-5.0 )
+ readline? ( >=sys-libs/readline-5.0 <sys-libs/readline-7.0 )
pcre? ( dev-libs/libpcre )
svm? ( sci-libs/libsvm )
zlib? ( sys-libs/zlib )