diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-05-13 16:48:15 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-05-13 16:48:15 +0200 |
commit | ba1b3ed4074296dba6f6ff904444ac99a567e724 (patch) | |
tree | a7bdc27a3bb164e4c60a16dca18ae1a8284451ba /dev-vcs | |
parent | games-engines/scummvm: amd64 stable wrt bug #580164 (diff) | |
download | gentoo-ba1b3ed4074296dba6f6ff904444ac99a567e724.tar.gz gentoo-ba1b3ed4074296dba6f6ff904444ac99a567e724.tar.bz2 gentoo-ba1b3ed4074296dba6f6ff904444ac99a567e724.zip |
dev-vcs/tortoisehg: amd64 stable wrt bug #581830
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-3.7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-3.7.3.ebuild b/dev-vcs/tortoisehg/tortoisehg-3.7.3.ebuild index 3b0a0c0fca0c..b4f15a8483e0 100644 --- a/dev-vcs/tortoisehg/tortoisehg-3.7.3.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-3.7.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils 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-3.6 <dev-vcs/mercurial-3.8" else |