diff options
author | Sam James <sam@gentoo.org> | 2022-09-07 02:48:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-07 02:48:35 +0100 |
commit | 677ba6dd58251471cb4f245eebbb4643a7857e98 (patch) | |
tree | aa449c37a9e2a1a7f0fc4cb9879a9ce10925f7c5 /dev-vcs/git-cola | |
parent | app-i18n/ibus: fix not byte-compiled issue (diff) | |
download | gentoo-677ba6dd58251471cb4f245eebbb4643a7857e98.tar.gz gentoo-677ba6dd58251471cb4f245eebbb4643a7857e98.tar.bz2 gentoo-677ba6dd58251471cb4f245eebbb4643a7857e98.zip |
dev-vcs/git-cola: Stabilize 4.0.1 amd64, #868771
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/git-cola')
-rw-r--r-- | dev-vcs/git-cola/git-cola-4.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-cola/git-cola-4.0.1.ebuild b/dev-vcs/git-cola/git-cola-4.0.1.ebuild index 68d4675e79db..18fdcca3cf77 100644 --- a/dev-vcs/git-cola/git-cola-4.0.1.ebuild +++ b/dev-vcs/git-cola/git-cola-4.0.1.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" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |