Skip to content

Commit

Permalink
dev-lang/gforth: 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 c214132 commit a4da57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-lang/gforth/gforth-0.7.3-r1.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=6
Expand All @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
IUSE="emacs"

DEPEND="dev-libs/ffcall
emacs? ( virtual/emacs )"
emacs? ( >=app-editors/emacs-23.1:* )"
RDEPEND="${DEPEND}"

SITEFILE="50${PN}-gentoo.el"
Expand Down

0 comments on commit a4da57d

Please sign in to comment.