diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 17:21:35 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:40 +0100 |
commit | 2bd272749aa3505afc8fa77031c0d316634e654c (patch) | |
tree | 7c3d1e0739d845bccd1663864e8a907ba57207b1 /dev-vcs/git/git-9999-r1.ebuild | |
parent | dev-util/ninja: Update virtual/emacs dependency. (diff) | |
download | gentoo-2bd272749aa3505afc8fa77031c0d316634e654c.tar.gz gentoo-2bd272749aa3505afc8fa77031c0d316634e654c.tar.bz2 gentoo-2bd272749aa3505afc8fa77031c0d316634e654c.zip |
dev-vcs/git: 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-vcs/git/git-9999-r1.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index c29b92ceda8a..002057074208 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -69,7 +69,7 @@ DEPEND=" net-misc/curl webdav? ( dev-libs/expat ) ) - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) iconv? ( virtual/libiconv ) " |