diff options
author | Andrey Grozin <grozin@gentoo.org> | 2016-10-02 09:53:11 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2016-10-02 09:53:11 +0700 |
commit | 6a82015e0302846aaae7def7c4c1527bc2fd588c (patch) | |
tree | 7e89e32a3b52975100f889698b702649eb23658c /dev-lisp | |
parent | dev-lang/php: preserve timestamps when creating SAPI build directories. (diff) | |
download | gentoo-6a82015e0302846aaae7def7c4c1527bc2fd588c.tar.gz gentoo-6a82015e0302846aaae7def7c4c1527bc2fd588c.tar.bz2 gentoo-6a82015e0302846aaae7def7c4c1527bc2fd588c.zip |
dev-lisp/clisp: in stable 2.49-r8, readline must be <7.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/clisp/clisp-2.49-r8.ebuild | 4 |
1 files 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 68873116840e..1020ce0d9cf5 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 ) |