Skip to content

Commit

Permalink
dev-lisp/clisp: Drops dev-lisp/gentoo-init dependency
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/648448
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
Chema Alonso Josa committed Mar 8, 2018
1 parent 9e50f5d commit 686043e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dev-lisp/clisp/clisp-2.48-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 686043e

Please sign in to comment.