diff options
author | Sam James <sam@gentoo.org> | 2021-08-09 03:18:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-09 04:24:20 +0100 |
commit | c6eee344e2c8c1ecb36ebc50749c29344e8ee7fc (patch) | |
tree | 01981982d655c8f9a6f3dd8c0fbd25a5d517f97b /app-text | |
parent | net-analyzer/nmap: add 7.92 (diff) | |
download | gentoo-c6eee344e2c8c1ecb36ebc50749c29344e8ee7fc.tar.gz gentoo-c6eee344e2c8c1ecb36ebc50749c29344e8ee7fc.tar.bz2 gentoo-c6eee344e2c8c1ecb36ebc50749c29344e8ee7fc.zip |
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@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/lesspipe/lesspipe-1.86.ebuild | 5 | ||||
-rw-r--r-- | 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 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" |