diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:38:32 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:38:32 +0000 |
commit | e361190e7804dfd6e0d0d873a01f678e7e1c8474 (patch) | |
tree | 4788461a437cda543a4b3459a36a3c570dc87207 /dev-vcs | |
parent | amd64 stable, bug #500346 (diff) | |
download | gentoo-2-e361190e7804dfd6e0d0d873a01f678e7e1c8474.tar.gz gentoo-2-e361190e7804dfd6e0d0d873a01f678e7e1c8474.tar.bz2 gentoo-2-e361190e7804dfd6e0d0d873a01f678e7e1c8474.zip |
amd64 stable, bug #500348
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index ca47e35ff677..b52057d18d26 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.52 2014/02/05 09:04:28 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.53 2014/03/02 22:38:32 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> tortoisehg-2.10.2.ebuild: + amd64 stable, bug #500348 *tortoisehg-2.11 (05 Feb 2014) diff --git a/dev-vcs/tortoisehg/tortoisehg-2.10.2.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.10.2.ebuild index f3eb3655f525..27bcbf174e9b 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.10.2.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.2.ebuild,v 1.1 2014/01/17 08:15:52 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.2.ebuild,v 1.2 2014/03/02 22:38:32 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 eutils if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz" HG_DEPEND=">=dev-vcs/mercurial-2.7 <dev-vcs/mercurial-2.9" else |