Skip to content

Commit

Permalink
dev-lang/lisaac: 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 a4da57d commit 9f55b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-lang/lisaac/lisaac-0.13.1-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="4"
Expand All @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="vim-syntax emacs examples"

DEPEND="vim-syntax? ( app-editors/vim )
emacs? ( virtual/emacs )"
emacs? ( >=app-editors/emacs-23.1 )"

RDEPEND="${DEPEND}"

Expand Down

0 comments on commit 9f55b8a

Please sign in to comment.