mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/coccigrep: 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>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -16,10 +16,10 @@ KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc emacs vim"
|
||||
|
||||
RDEPEND="dev-util/coccinelle[python]
|
||||
emacs? ( virtual/emacs )
|
||||
emacs? ( >=app-editors/emacs-23.1:* )
|
||||
vim? ( || ( app-editors/vim app-editors/gvim ) )"
|
||||
DEPEND="doc? ( dev-python/sphinx )
|
||||
emacs? ( virtual/emacs )"
|
||||
emacs? ( >=app-editors/emacs-23.1:* )"
|
||||
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user