From 35e4ed9db437cde4c3d29e79c8b98325300b1d16 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Sun, 13 Feb 2022 10:58:23 +0000 Subject: app-editors/ne: update EAPI 7 -> 8 Also drop unused eclass, and correct LICENSE. Signed-off-by: Matthew Smith --- app-editors/ne/ne-3.3.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-editors/ne') 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" -- cgit v1.2.3-65-gdbad