From c6eee344e2c8c1ecb36ebc50749c29344e8ee7fc Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 9 Aug 2021 03:18:05 +0100 Subject: app-text/lesspipe: drop back to EAPI 7 Both 1.86 and 1.87 were committed as EAPI 8, but this package is maintained by base-system@. The project has rules on not using new EAPIs for at least one year after introduction, so let's drop back to EAPI 7 for these ebuilds. Signed-off-by: Sam James --- app-text/lesspipe/lesspipe-1.86.ebuild | 5 ++--- app-text/lesspipe/lesspipe-1.87.ebuild | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'app-text') diff --git a/app-text/lesspipe/lesspipe-1.86.ebuild b/app-text/lesspipe/lesspipe-1.86.ebuild index 6ebe2f17d7a8..172222094252 100644 --- a/app-text/lesspipe/lesspipe-1.86.ebuild +++ b/app-text/lesspipe/lesspipe-1.86.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 -DESCRIPTION="a preprocessor for less" +DESCRIPTION="A preprocessor for less" HOMEPAGE="https://github.com/wofr06/lesspipe" SRC_URI="https://github.com/wofr06/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" # Tests are broken in 1.84, 1.85. # Please check again on bumps! diff --git a/app-text/lesspipe/lesspipe-1.87.ebuild b/app-text/lesspipe/lesspipe-1.87.ebuild index 6ebe2f17d7a8..3c79bc7fd3c0 100644 --- a/app-text/lesspipe/lesspipe-1.87.ebuild +++ b/app-text/lesspipe/lesspipe-1.87.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 DESCRIPTION="a preprocessor for less" HOMEPAGE="https://github.com/wofr06/lesspipe" -- cgit v1.2.3-65-gdbad