diff options
Diffstat (limited to 'dev-lisp/clisp/clisp-2.48-r1.ebuild')
-rw-r--r-- | dev-lisp/clisp/clisp-2.48-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lisp/clisp/clisp-2.48-r1.ebuild b/dev-lisp/clisp/clisp-2.48-r1.ebuild index a91495a40b8e..a928da766933 100644 --- a/dev-lisp/clisp/clisp-2.48-r1.ebuild +++ b/dev-lisp/clisp/clisp-2.48-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -34,7 +34,10 @@ RDEPEND="virtual/libiconv DEPEND="${RDEPEND} X? ( new-clx? ( x11-misc/imake x11-proto/xextproto ) )" -PDEPEND="dev-lisp/gentoo-init" +# dev-lisp/gentoo-init is obsolete, it will be dropped soon +# This version of clisp is its last consumer +# Bug 648448 +#PDEPEND="dev-lisp/gentoo-init" enable_modules() { [[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument" |