mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
app-emacs/bind-chord: Drop redundant dependency
elisp.eclass takes care of the Emacs version. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -17,13 +17,8 @@ LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
|
||||
|
||||
RDEPEND="
|
||||
>=app-editors/emacs-${NEED_EMACS}
|
||||
app-emacs/key-chord
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
RDEPEND="app-emacs/key-chord"
|
||||
BDEPEND="${RDEPEND}"
|
||||
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user