diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 16:51:49 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:13 +0100 |
commit | f8cc3e02c61427b33fdb02f606a180bd6e8cd52e (patch) | |
tree | cd14741c6fb1b1be914be641daf1e32920cfe56f /app-doc | |
parent | app-crypt/ccrypt: Update virtual/emacs dependency. (diff) | |
download | gentoo-f8cc3e02c61427b33fdb02f606a180bd6e8cd52e.tar.gz gentoo-f8cc3e02c61427b33fdb02f606a180bd6e8cd52e.tar.bz2 gentoo-f8cc3e02c61427b33fdb02f606a180bd6e8cd52e.zip |
app-doc/casting-spels-emacs: Update virtual/emacs dependency.
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>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild index 5f9f23dd698d..82f5797869b2 100644 --- a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild +++ b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild @@ -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}" |