diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-13 10:58:23 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-13 16:09:31 +0000 |
commit | 35e4ed9db437cde4c3d29e79c8b98325300b1d16 (patch) | |
tree | b03c1d4e2aa115105639d97a8e620ccb1123bd7f /app-editors/ne | |
parent | dev-python/typish: Stabilize 1.9.3 sparc, #833251 (diff) | |
download | gentoo-35e4ed9db437cde4c3d29e79c8b98325300b1d16.tar.gz gentoo-35e4ed9db437cde4c3d29e79c8b98325300b1d16.tar.bz2 gentoo-35e4ed9db437cde4c3d29e79c8b98325300b1d16.zip |
app-editors/ne: update EAPI 7 -> 8
Also drop unused eclass, and correct LICENSE.
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-editors/ne')
-rw-r--r-- | app-editors/ne/ne-3.3.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/ne/ne-3.3.1.ebuild b/app-editors/ne/ne-3.3.1.ebuild index 6fa202479207..01b23dac9558 100644 --- a/app-editors/ne/ne-3.3.1.ebuild +++ b/app-editors/ne/ne-3.3.1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="The nice editor, easy to use for the beginner and powerful for the wizard" HOMEPAGE="https://ne.di.unimi.it/" SRC_URI="https://ne.di.unimi.it/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" |