summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-09-20 00:07:13 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-09-20 00:13:03 +0200
commitcd8e14809338493c648ae000c66db25f30b88885 (patch)
tree390d124d825115ca93df4b9c9faa79275286bb41
parentdev-vcs/mercurial: Bump to version 4.3.2 (diff)
downloadgentoo-cd8e14809338493c648ae000c66db25f30b88885.tar.gz
gentoo-cd8e14809338493c648ae000c66db25f30b88885.tar.bz2
gentoo-cd8e14809338493c648ae000c66db25f30b88885.zip
dev-vcs/tortoisehg: Version 4.3.1 stable for amd64 and x86.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild
index 830b1ef37eec..a293c12f975c 100644
--- a/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-4.3.1.ebuild
@@ -7,7 +7,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-4.2 <dev-vcs/mercurial-4.4"
else