diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 17:02:50 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:29 +0100 |
commit | 3aa881f6f2e03ea104992e4fdb305f0688d8ffa5 (patch) | |
tree | 356c54ab92cef4d9754fc28866de0fd14efab7ed /dev-perl | |
parent | dev-lisp/gcl: Update virtual/emacs dependency. (diff) | |
download | gentoo-3aa881f6f2e03ea104992e4fdb305f0688d8ffa5.tar.gz gentoo-3aa881f6f2e03ea104992e4fdb305f0688d8ffa5.tar.bz2 gentoo-3aa881f6f2e03ea104992e4fdb305f0688d8ffa5.zip |
dev-perl/Emacs-PDE: 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 'dev-perl')
-rw-r--r-- | dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r2.ebuild b/dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r2.ebuild index e142d1e50d53..afa51d4afed8 100644 --- a/dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-r2.ebuild +++ b/dev-perl/Emacs-PDE/Emacs-PDE-0.2.16-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 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND="virtual/emacs" +RDEPEND=">=app-editors/emacs-23.1:*" DEPEND="dev-perl/Module-Build ${RDEPEND}" myconf="--elispdir=${D}${SITELISP}/pde" |