diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-20 12:50:26 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-20 12:50:26 +0100 |
commit | 2690bb8df991a8c8de6ca979eea7791b4ffd1053 (patch) | |
tree | e0f5e275e1290c8e5ec5d1b8265edc42ba37199f /app-mobilephone/heimdall | |
parent | media-libs/suil: amd64 stable wrt bug #705618 (diff) | |
download | gentoo-2690bb8df991a8c8de6ca979eea7791b4ffd1053.tar.gz gentoo-2690bb8df991a8c8de6ca979eea7791b4ffd1053.tar.bz2 gentoo-2690bb8df991a8c8de6ca979eea7791b4ffd1053.zip |
app-mobilephone/heimdall: amd64 stable wrt bug #705658
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-mobilephone/heimdall')
-rw-r--r-- | app-mobilephone/heimdall/heimdall-1.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild index 15242ac0f035..d9c1a516de6c 100644 --- a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild +++ b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit cmake-utils udev if [[ ${PV} != 9999 ]]; then SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.bz2 -> ${P}.tar.bz2" - KEYWORDS="~amd64" + KEYWORDS="amd64" S="${WORKDIR}/Heimdall-v${PV}" else inherit git-r3 |