diff options
author | 2022-03-08 15:02:31 -0700 | |
---|---|---|
committer | 2022-03-08 15:03:24 -0700 | |
commit | 9a3152345b0ed89f6ed32bc47398c7c6062723c7 (patch) | |
tree | 156c1f6cdd38955538dcf24712d9df46bed8fcf6 /mail-client/neomutt/neomutt-99999999.ebuild | |
parent | dev-lang/elixir: Version bump, 1.13.3 (diff) | |
download | gentoo-9a3152345b0ed89f6ed32bc47398c7c6062723c7.tar.gz gentoo-9a3152345b0ed89f6ed32bc47398c7c6062723c7.tar.bz2 gentoo-9a3152345b0ed89f6ed32bc47398c7c6062723c7.zip |
mail-client/neomutt: bump EAPI to 8
* Bump EAPI to 8
* Fix broken tests for live ebuild
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'mail-client/neomutt/neomutt-99999999.ebuild')
-rw-r--r-- | mail-client/neomutt/neomutt-99999999.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail-client/neomutt/neomutt-99999999.ebuild b/mail-client/neomutt/neomutt-99999999.ebuild index dd0fe7e9a572..a861264f1710 100644 --- a/mail-client/neomutt/neomutt-99999999.ebuild +++ b/mail-client/neomutt/neomutt-99999999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit toolchain-funcs @@ -77,6 +77,15 @@ RDEPEND="${CDEPEND} RESTRICT="!test? ( test )" +src_unpack() { + if [[ -n ${A} ]]; then + unpack ${A} + fi + if [[ ${PV} =~ 99999999$ ]]; then + git-r3_src_unpack + fi +} + src_configure() { local myconf=( "$(usex doc --full-doc --disable-doc)" |