diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:38:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:38:55 +0000 |
commit | 9c8b3868a4b3f530bed9ebebf1b6ef36aabaece4 (patch) | |
tree | 61281b056285a806b38921444bc5f875982eba25 /dev-vcs | |
parent | Stable for x86, wrt bug #467516 (diff) | |
download | gentoo-2-9c8b3868a4b3f530bed9ebebf1b6ef36aabaece4.tar.gz gentoo-2-9c8b3868a4b3f530bed9ebebf1b6ef36aabaece4.tar.bz2 gentoo-2-9c8b3868a4b3f530bed9ebebf1b6ef36aabaece4.zip |
Stable for x86, wrt bug #468420
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hg-git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index f383a5ee0dd7..b3969a9ea999 100644 --- a/dev-vcs/hg-git/ChangeLog +++ b/dev-vcs/hg-git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/hg-git # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.46 2013/05/03 13:42:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.47 2013/05/14 09:38:55 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.4.ebuild: + Stable for x86, wrt bug #468420 03 May 2013; Agostino Sarubbo <ago@gentoo.org> hg-git-0.3.4.ebuild: Stable for amd64, wrt bug #468420 diff --git a/dev-vcs/hg-git/hg-git-0.3.4.ebuild b/dev-vcs/hg-git/hg-git-0.3.4.ebuild index 1eb8bb4695f9..aabdd00aac96 100644 --- a/dev-vcs/hg-git/hg-git-0.3.4.ebuild +++ b/dev-vcs/hg-git/hg-git-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v 1.2 2013/05/03 13:42:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.4.ebuild,v 1.3 2013/05/14 09:38:55 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-vcs/mercurial-1.9 |