commit: 2627d2aaadd4e414ac5e662533e600c8e64244c2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Dec 21 19:58:10 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 21 19:58:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2627d2aa
dev-vcs/git-cola: fully drop prefix keywords Let us know if you want to use this and we can restore them. Closes: https://bugs.gentoo.org/760806 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/git-cola/git-cola-3.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/git-cola/git-cola-3.5-r1.ebuild b/dev-vcs/git-cola/git-cola-3.5-r1.ebuild index a977e0dd5d2..c415d2c177d 100644 --- a/dev-vcs/git-cola/git-cola-3.5-r1.ebuild +++ b/dev-vcs/git-cola/git-cola-3.5-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86" IUSE="doc test" RESTRICT="!test? ( test )"