Skip to content

Commit

Permalink
dev-lisp/gcl: Update virtual/emacs dependency.
Browse files Browse the repository at this point in the history
The virtual is deprecated, depend on app-editors/emacs instead.

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Dec 20, 2019
1 parent 9641f79 commit f96b91a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-lisp/gcl/gcl-2.6.10.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -17,7 +17,7 @@ IUSE="+ansi athena emacs +readline tk X"
# See bug #205803
RESTRICT="strip"

RDEPEND="emacs? ( virtual/emacs )
RDEPEND="emacs? ( >=app-editors/emacs-23.1:* )
readline? ( sys-libs/readline:= )
athena? ( x11-libs/libXaw )
>=dev-libs/gmp-4.1:=
Expand Down
2 changes: 1 addition & 1 deletion dev-lisp/gcl/gcl-2.6.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IUSE="+ansi athena emacs +readline tk X"
# See bug #205803
RESTRICT="strip"

RDEPEND="emacs? ( virtual/emacs )
RDEPEND="emacs? ( >=app-editors/emacs-23.1:* )
readline? ( sys-libs/readline:= )
athena? ( x11-libs/libXaw )
>=dev-libs/gmp-4.1:=
Expand Down

0 comments on commit f96b91a

Please sign in to comment.