diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-02 11:02:34 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-02 11:05:06 +0100 |
commit | c317a757927c357190f7b8b0417bc2e6bfbebbc8 (patch) | |
tree | 23c3841adea014611af19aa6e3de3b9f9152aa45 /dev-vcs | |
parent | dev-vcs/mercurial: Bump to version 4.0.1 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |