diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-04-20 15:21:44 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-04-20 15:22:01 +0300 |
commit | 6e0b94e8614a2583d29fc1bdd15c4fe02a6abb58 (patch) | |
tree | 068694af7f2c64bc1b75f589bc8fd57832982e7b /dev-vcs | |
parent | net-misc/rygel: Fix endless loop (diff) | |
download | gentoo-6e0b94e8614a2583d29fc1bdd15c4fe02a6abb58.tar.gz gentoo-6e0b94e8614a2583d29fc1bdd15c4fe02a6abb58.tar.bz2 gentoo-6e0b94e8614a2583d29fc1bdd15c4fe02a6abb58.zip |
dev-vcs/git-cola: Stabilize 4.1.0 x86, #904284
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-cola/git-cola-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-cola/git-cola-4.1.0.ebuild b/dev-vcs/git-cola/git-cola-4.1.0.ebuild index 8df7a421ca10..b4db3a7d1dfa 100644 --- a/dev-vcs/git-cola/git-cola-4.1.0.ebuild +++ b/dev-vcs/git-cola/git-cola-4.1.0.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 )" |