dev-lisp/clisp: in stable 2.49-r8, readline must be <7.0
authorAndrey Grozin <grozin@gentoo.org>
Sun, 2 Oct 2016 02:53:11 +0000 (09:53 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Sun, 2 Oct 2016 02:53:11 +0000 (09:53 +0700)
Package-Manager: portage-2.3.0

dev-lisp/clisp/clisp-2.49-r8.ebuild

index 68873116840eb27cb8c83dc8b9e83e7f3bc20c6c..1020ce0d9cf525b09772745216a2be1030269a34 100644 (file)
@@ -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 )