Skip to content

Commit

Permalink
app-doc/casting-spels-emacs: 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 e3ad988 commit f8cc3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -14,7 +14,7 @@ LICENSE="GPL-2+ FDL-1.2"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND="virtual/emacs"
RDEPEND=">=app-editors/emacs-23.1:*"
DEPEND="app-arch/unzip"

S="${WORKDIR}/${PN}"
Expand Down

0 comments on commit f8cc3e0

Please sign in to comment.