summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2016-06-25 21:53:47 +0200
committerAgostino Sarubbo <ago@gentoo.org>2016-06-25 22:13:27 +0200
commitbdeb0af6b3c5cbf2d8e67fc05fe7bda54410b3b2 (patch)
tree220234c9566ffb5cceadfe13d1708f6ec863ec3f
parentdev-python/xcffib: x86 stable wrt bug #557334 (diff)
downloadgentoo-bdeb0af6b3c5cbf2d8e67fc05fe7bda54410b3b2.tar.gz
gentoo-bdeb0af6b3c5cbf2d8e67fc05fe7bda54410b3b2.tar.bz2
gentoo-bdeb0af6b3c5cbf2d8e67fc05fe7bda54410b3b2.zip
dev-vcs/tortoisehg: x86 stable wrt bug #581830
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-3.7.3.ebuild2
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 b4f15a8483e0..195946d8c75d 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