diff options
author | 2023-03-23 11:51:55 +0000 | |
---|---|---|
committer | 2023-03-26 18:50:43 +0200 | |
commit | 21070120f4f34c3532063e087c90bf415e925ff5 (patch) | |
tree | 3134fe0b341728d01cf6a8157fb9dd924d242bce /app-emacs/elpy | |
parent | elisp-common.eclass: Update NEED_EMACS to 25.3 (diff) | |
download | gentoo-21070120f4f34c3532063e087c90bf415e925ff5.tar.gz gentoo-21070120f4f34c3532063e087c90bf415e925ff5.tar.bz2 gentoo-21070120f4f34c3532063e087c90bf415e925ff5.zip |
app-emacs/*: drop redundant NEED_EMACS
Not needed after elisp-common.eclass changed the default to
25.3 (the oldest currently in tree).
Signed-off-by: Matthew Smith <matthew@gentoo.org>
[Whitespace: removed double empty lines]
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/elpy')
-rw-r--r-- | app-emacs/elpy/elpy-1.35.0_p20220321.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/elpy/elpy-1.35.0_p20220627.ebuild | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/app-emacs/elpy/elpy-1.35.0_p20220321.ebuild b/app-emacs/elpy/elpy-1.35.0_p20220321.ebuild index efe3533b8b1b..98397420241b 100644 --- a/app-emacs/elpy/elpy-1.35.0_p20220321.ebuild +++ b/app-emacs/elpy/elpy-1.35.0_p20220321.ebuild @@ -9,8 +9,6 @@ DISTUTILS_SINGLE_IMPL=ON DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -NEED_EMACS=24.4 - inherit distutils-r1 elisp DESCRIPTION="Emacs Python Development Environment" diff --git a/app-emacs/elpy/elpy-1.35.0_p20220627.ebuild b/app-emacs/elpy/elpy-1.35.0_p20220627.ebuild index df58b81f475a..eab92e1f5156 100644 --- a/app-emacs/elpy/elpy-1.35.0_p20220627.ebuild +++ b/app-emacs/elpy/elpy-1.35.0_p20220627.ebuild @@ -9,8 +9,6 @@ DISTUTILS_SINGLE_IMPL=ON DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -NEED_EMACS=24.4 - inherit distutils-r1 elisp DESCRIPTION="Emacs Python Development Environment" |