diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-11-23 13:40:38 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-11-23 13:43:22 +0100 |
commit | 44445fa0399627145af83da7807800f77f784840 (patch) | |
tree | 106c58753b25a33a1983fed263039cef8dea4cc1 /dev-vcs | |
parent | dev-vcs/mercurial: x86 stable wrt bug #680206 (diff) | |
download | gentoo-44445fa0399627145af83da7807800f77f784840.tar.gz gentoo-44445fa0399627145af83da7807800f77f784840.tar.bz2 gentoo-44445fa0399627145af83da7807800f77f784840.zip |
dev-vcs/tortoisehg: x86 stable wrt bug #680206
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild index 29130cae336a..6407cbc54664 100644 --- a/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-4.9.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit desktop distutils-r1 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.8 <dev-vcs/mercurial-4.10" else |