Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/
Date: Sun, 02 Oct 2016 02:55:10
Message-Id: 1475376791.6a82015e0302846aaae7def7c4c1527bc2fd588c.grozin@gentoo
1 commit: 6a82015e0302846aaae7def7c4c1527bc2fd588c
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 2 02:53:11 2016 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 2 02:53:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a82015e
7
8 dev-lisp/clisp: in stable 2.49-r8, readline must be <7.0
9
10 Package-Manager: portage-2.3.0
11
12 dev-lisp/clisp/clisp-2.49-r8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lisp/clisp/clisp-2.49-r8.ebuild b/dev-lisp/clisp/clisp-2.49-r8.ebuild
16 index 6887311..1020ce0 100644
17 --- a/dev-lisp/clisp/clisp-2.49-r8.ebuild
18 +++ b/dev-lisp/clisp/clisp-2.49-r8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -25,7 +25,7 @@ RDEPEND=">=dev-lisp/asdf-2.33-r3
26 gtk? ( >=x11-libs/gtk+-2.10 >=gnome-base/libglade-2.6 )
27 pari? ( <sci-mathematics/pari-2.5.0 )
28 postgres? ( >=dev-db/postgresql-8.0 )
29 - readline? ( >=sys-libs/readline-5.0 )
30 + readline? ( >=sys-libs/readline-5.0 <sys-libs/readline-7.0 )
31 pcre? ( dev-libs/libpcre )
32 svm? ( sci-libs/libsvm )
33 zlib? ( sys-libs/zlib )