commit: 686043e5f194e108cb18be6317d49489f2476dee Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Mar 8 09:26:01 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Mar 8 09:26:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686043e5
dev-lisp/clisp: Drops dev-lisp/gentoo-init dependency Bug: https://bugs.gentoo.org/648448 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-lisp/clisp/clisp-2.48-r1.ebuild | 7 +++++-- 1 file 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 a91495a40b8..a928da76693 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"
