diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-08 09:25:48 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-08 09:25:48 +0200 |
commit | 63d1cce1f6185f2b122c7a9e39a854f6cdf54d71 (patch) | |
tree | c3f9bea194bf99270a5de62f08045acc1c0906f5 | |
parent | sys-fs/lxcfs: tweak init/service files for fuse:3 (diff) | |
download | gentoo-63d1cce1f6185f2b122c7a9e39a854f6cdf54d71.tar.gz gentoo-63d1cce1f6185f2b122c7a9e39a854f6cdf54d71.tar.bz2 gentoo-63d1cce1f6185f2b122c7a9e39a854f6cdf54d71.zip |
dev-vcs/git-cola: x86 stable wrt bug #868771
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-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 18fdcca3cf77..7ec17c13b1c8 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 )" |