commit: 55ad2b66c15d48a5a8b10296f32f863cfedc1e36 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Jan 26 00:41:00 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Jan 26 00:57:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ad2b66
gui-apps/tuigreet: EAPI 7->8 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> gui-apps/tuigreet/tuigreet-0.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/tuigreet/tuigreet-0.7.2.ebuild b/gui-apps/tuigreet/tuigreet-0.7.2.ebuild index 893d5ec1adb6..d50ef716ef6b 100644 --- a/gui-apps/tuigreet/tuigreet-0.7.2.ebuild +++ b/gui-apps/tuigreet/tuigreet-0.7.2.ebuild @@ -1,7 +1,7 @@ # Copyright 2017-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 CRATES=" ahash-0.4.7 @@ -143,7 +143,7 @@ DESCRIPTION="TUI greeter for greetd login manager" HOMEPAGE="https://github.com/apognu/tuigreet" SRC_URI="https://github.com/apognu/tuigreet/archive/${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris ${CRATES})" + $(cargo_crate_uris)" QA_FLAGS_IGNORED="usr/bin/tuigreet"
