diff options
author | Sam James <sam@gentoo.org> | 2022-12-18 10:41:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-18 10:41:44 +0000 |
commit | 31d74b526551ae643d437501c5d12989e408d341 (patch) | |
tree | f6cc7eb13a67ddf68287d7853ab2b0b3db0f652b /app-mobilephone/heimdall | |
parent | app-mobilephone/gammu: Stabilize 1.42.0 amd64, #886633 (diff) | |
download | gentoo-31d74b526551ae643d437501c5d12989e408d341.tar.gz gentoo-31d74b526551ae643d437501c5d12989e408d341.tar.bz2 gentoo-31d74b526551ae643d437501c5d12989e408d341.zip |
app-mobilephone/heimdall: Stabilize 2.0.1 amd64, #886639
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-mobilephone/heimdall')
-rw-r--r-- | app-mobilephone/heimdall/heimdall-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/heimdall/heimdall-2.0.1.ebuild b/app-mobilephone/heimdall/heimdall-2.0.1.ebuild index 38bb0affc58e..b1c61d9f7b06 100644 --- a/app-mobilephone/heimdall/heimdall-2.0.1.ebuild +++ b/app-mobilephone/heimdall/heimdall-2.0.1.ebuild @@ -7,7 +7,7 @@ inherit cmake udev if [[ ${PV} != 9999 ]]; then SRC_URI="https://git.sr.ht/~grimler/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" S="${WORKDIR}/Heimdall-v${PV}" else inherit git-r3 |