summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-01-06 05:19:02 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-01-06 05:19:02 +0100
commit00cb2cdf94622558eba2a9d4ad7657485e440010 (patch)
tree2c0b870aba6745ca37a67d49a8c3150eed0a82b0 /dev-vcs
parentmedia-sound/terminatorx: x86 stable (bug #601002) (diff)
downloadgentoo-00cb2cdf94622558eba2a9d4ad7657485e440010.tar.gz
gentoo-00cb2cdf94622558eba2a9d4ad7657485e440010.tar.bz2
gentoo-00cb2cdf94622558eba2a9d4ad7657485e440010.zip
dev-vcs/tortoisehg: x86 stable (bug #642490)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild
index 441fed1aec6e..f6cd5f9a1b20 100644
--- a/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-4.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -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.3 <dev-vcs/mercurial-4.5"
else