summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-12-02 11:02:34 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-12-02 11:05:06 +0100
commitc317a757927c357190f7b8b0417bc2e6bfbebbc8 (patch)
tree23c3841adea014611af19aa6e3de3b9f9152aa45 /dev-vcs
parentdev-vcs/mercurial: Bump to version 4.0.1 (diff)
downloadgentoo-c317a757927c357190f7b8b0417bc2e6bfbebbc8.tar.gz
gentoo-c317a757927c357190f7b8b0417bc2e6bfbebbc8.tar.bz2
gentoo-c317a757927c357190f7b8b0417bc2e6bfbebbc8.zip
dev-vcs/tortoisehg: version 3.8.4 stable for amd64 and x86.
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild b/dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild
index e5c3eef1716f..7883e3dc3e21 100644
--- a/dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-3.8.4.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.7 <dev-vcs/mercurial-3.9"
else