diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-03-16 13:48:07 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-03-16 13:48:07 +0100 |
commit | 19da41849a106f39e9333d1e99fbe291d941ad39 (patch) | |
tree | fa968cfed346f6886fc16a39fe61e75526448321 /dev-vcs | |
parent | dev-vcs/mercurial: amd64 stable wrt bug #680206 (diff) | |
download | gentoo-19da41849a106f39e9333d1e99fbe291d941ad39.tar.gz gentoo-19da41849a106f39e9333d1e99fbe291d941ad39.tar.bz2 gentoo-19da41849a106f39e9333d1e99fbe291d941ad39.zip |
dev-vcs/tortoisehg: amd64 stable wrt bug #680206
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild index ff2d174552da..1d00dabf1ce1 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit desktop distutils-r1 if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz" HG_DEPEND=">=dev-vcs/mercurial-4.8 <dev-vcs/mercurial-4.10" else |