commit: 4128969bd1901d00ca46fdc7326e06a689f26518 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 7 04:49:48 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 7 04:51:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4128969b
app-portage/emlop: drop other keywords for now until tested by arch teams Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/emlop/emlop-0.5.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-portage/emlop/emlop-0.5.0.ebuild b/app-portage/emlop/emlop-0.5.0.ebuild index 94b00886f869..80eb4bed6c43 100644 --- a/app-portage/emlop/emlop-0.5.0.ebuild +++ b/app-portage/emlop/emlop-0.5.0.ebuild @@ -73,7 +73,6 @@ inherit cargo bash-completion-r1 DESCRIPTION="A fast, accurate, ergonomic emerge.log parser" HOMEPAGE="https://github.com/vincentdephily/emlop" SRC_URI="$(cargo_crate_uris)" -RESTRICT="mirror" LICENSE="GPL-3" # Dependent crate licenses @@ -83,7 +82,7 @@ LICENSE+=" " SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64" DEPEND=">=virtual/rust-1.58.1"
