diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-06-10 12:17:55 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-06-10 12:18:11 +0200 |
commit | 97ebc366c7cdb78e354d094b7024409d55573d5c (patch) | |
tree | a8d3a9032fb466c65e239a48995be582b9ccbb17 /dev-vcs | |
parent | dev-vcs/tortoisehg: Minor ebuild cleanups. (diff) | |
download | gentoo-97ebc366c7cdb78e354d094b7024409d55573d5c.tar.gz gentoo-97ebc366c7cdb78e354d094b7024409d55573d5c.tar.bz2 gentoo-97ebc366c7cdb78e354d094b7024409d55573d5c.zip |
dev-vcs/tortoisehg: Version 4.2 stable for amd64 and x86.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.2.ebuild index 3500ebeba028..47c0346d363e 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.2.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.1 <dev-vcs/mercurial-4.3" else |