diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-07-25 09:09:59 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-07-25 09:09:59 +0300 |
commit | f8a663c794bfd50cda71f152eb89331ebecbd889 (patch) | |
tree | b8933d44f8a9d193ba376880c23e7325399b6b67 /dev-vcs/git-lfs | |
parent | gui-apps/swappy: add missing dependencies (diff) | |
download | gentoo-f8a663c794bfd50cda71f152eb89331ebecbd889.tar.gz gentoo-f8a663c794bfd50cda71f152eb89331ebecbd889.tar.bz2 gentoo-f8a663c794bfd50cda71f152eb89331ebecbd889.zip |
dev-vcs/git-lfs: Stabilize 3.2.0 amd64, #860789
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-vcs/git-lfs')
-rw-r--r-- | dev-vcs/git-lfs/git-lfs-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild index 820116904c3c..930e69d7faf2 100644 --- a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild +++ b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" = 9999* ]]; then inherit git-r3 else SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" fi LICENSE="Apache-2.0 BSD BSD-2 BSD-4 ISC MIT" |