diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-10 23:05:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-10 23:05:53 +0300 |
commit | 5d08729c7efe2405b5628071c521bd917243e22c (patch) | |
tree | a0ee87094f40e81a97a1f61a138b3005d00a809f /app-mobilephone/heimdall | |
parent | dev-util/umockdev: Version bump to 0.17.10 (diff) | |
download | gentoo-5d08729c7efe2405b5628071c521bd917243e22c.tar.gz gentoo-5d08729c7efe2405b5628071c521bd917243e22c.tar.bz2 gentoo-5d08729c7efe2405b5628071c521bd917243e22c.zip |
app-mobilephone/heimdall: Keyword 1.4.2-r1 arm64, #842819
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-mobilephone/heimdall')
-rw-r--r-- | app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild b/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild index 9bd4e13eb6db..231109f885a2 100644 --- a/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild +++ b/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit cmake udev if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64" + KEYWORDS="amd64 ~arm64" S="${WORKDIR}/Heimdall-${PV}" else inherit git-r3 |