app-admin/pass: Update virtual/emacs dependency.
authorUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 15:51:19 +0000 (16:51 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 20 Dec 2019 22:48:12 +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-admin/pass/pass-1.7.3.ebuild
app-admin/pass/pass-9999.ebuild

index 40951a9abdb7ec7db34801cda27fb81948466f8c..a940c2575091ea7aec69f4e3504ab994465f5315 100644 (file)
@@ -24,7 +24,7 @@ RDEPEND="
        zsh-completion? ( app-shells/gentoo-zsh-completions )
        fish-completion? ( app-shells/fish )
        dmenu? ( x11-misc/dmenu x11-misc/xdotool )
-       emacs? ( virtual/emacs >=app-emacs/f-0.11.0 >=app-emacs/s-1.9.0 >=app-emacs/with-editor-2.5.11 )
+       emacs? ( >=app-editors/emacs-23.1:* >=app-emacs/f-0.11.0 >=app-emacs/s-1.9.0 >=app-emacs/with-editor-2.5.11 )
 "
 
 S="${WORKDIR}/password-store-${PV}"
index ee7cbd58172dd7f506def031adc5036371654000..9f6082612879e6d0532196201677b1b7b7ff36a2 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=5
@@ -24,7 +24,7 @@ RDEPEND="
        zsh-completion? ( app-shells/gentoo-zsh-completions )
        fish-completion? ( app-shells/fish )
        dmenu? ( x11-misc/dmenu x11-misc/xdotool )
-       emacs? ( virtual/emacs )
+       emacs? ( >=app-editors/emacs-23.1:* )
 "
 
 src_prepare() {