diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-27 11:29:35 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-27 11:29:35 +0300 |
commit | bba442a5bee9bcc764d59d85b65347c8464fb083 (patch) | |
tree | 69d1bad61a8fc965f70d0ef96d89cd0f0e6cacbf /app-mobilephone | |
parent | dev-python/h5py: Bump to 3.12.1 (diff) | |
download | gentoo-bba442a5bee9bcc764d59d85b65347c8464fb083.tar.gz gentoo-bba442a5bee9bcc764d59d85b65347c8464fb083.tar.bz2 gentoo-bba442a5bee9bcc764d59d85b65347c8464fb083.zip |
app-mobilephone/heimdall: Stabilize 2.1.0 amd64, #940334
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/heimdall/heimdall-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/heimdall/heimdall-2.1.0.ebuild b/app-mobilephone/heimdall/heimdall-2.1.0.ebuild index 4869617d580c..b71035a489ff 100644 --- a/app-mobilephone/heimdall/heimdall-2.1.0.ebuild +++ b/app-mobilephone/heimdall/heimdall-2.1.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} != 9999 ]]; then SRC_URI="https://git.sr.ht/~grimler/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/Heimdall-v${PV}" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" else inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~grimler/Heimdall" |