commit: c6eee344e2c8c1ecb36ebc50749c29344e8ee7fc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 9 02:18:05 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 9 03:24:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6eee344
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 <sam <AT> gentoo.org> app-text/lesspipe/lesspipe-1.86.ebuild | 5 ++--- app-text/lesspipe/lesspipe-1.87.ebuild | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app-text/lesspipe/lesspipe-1.86.ebuild b/app-text/lesspipe/lesspipe-1.86.ebuild index 6ebe2f17d7a..17222209425 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 6ebe2f17d7a..3c79bc7fd3c 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"