diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-02 15:17:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-02 15:17:41 +0000 |
commit | 45d28e7a96bbfe7aef7a7f6f519588d341ec6972 (patch) | |
tree | f2f476605f81c52a94d0eb7a063e439ee2e9ed5c /dev-vcs/hgsubversion | |
parent | Stable for amd64, wrt bug #398521 (diff) | |
download | gentoo-2-45d28e7a96bbfe7aef7a7f6f519588d341ec6972.tar.gz gentoo-2-45d28e7a96bbfe7aef7a7f6f519588d341ec6972.tar.bz2 gentoo-2-45d28e7a96bbfe7aef7a7f6f519588d341ec6972.zip |
Stable for amd64, wrt bug #404121
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/hgsubversion')
-rw-r--r-- | dev-vcs/hgsubversion/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/hgsubversion/hgsubversion-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/hgsubversion/ChangeLog b/dev-vcs/hgsubversion/ChangeLog index 030c29c3a8de..3b18fec6c15b 100644 --- a/dev-vcs/hgsubversion/ChangeLog +++ b/dev-vcs/hgsubversion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/hgsubversion # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.22 2012/02/21 20:59:32 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.23 2012/03/02 15:17:41 ago Exp $ + + 02 Mar 2012; Agostino Sarubbo <ago@gentoo.org> hgsubversion-1.3.ebuild: + Stable for amd64, wrt bug #404121 21 Feb 2012; Fabian Groffen <grobian@gentoo.org> hgsubversion-1.3.ebuild: Marked ~x64-macos diff --git a/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild index 16bd03ab4407..00ae269bc787 100644 --- a/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild +++ b/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild,v 1.5 2012/02/21 20:59:32 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild,v 1.6 2012/03/02 15:17:41 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 ~x86 ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RDEPEND=" |