app-doc/casting-spels-emacs: Update virtual/emacs dependency.
authorUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 15:51:49 +0000 (16:51 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 22:48:13 +0000 (23:48 +0100)
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 <ulm@gentoo.org>
app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild

index 5f9f23dd698d32f6b0c5eaecde13fb1166dabd2e..82f5797869b231245461cb7f89396bcbd47b0b86 100644 (file)
@@ -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
@@ -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}"