diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-02-21 20:59:32 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-02-21 20:59:32 +0000 |
commit | 870b2a2d136b59bb6cfa680a507154cb67544c31 (patch) | |
tree | ea66f724e8de81653431829c612fe058c40481f6 /dev-vcs/hgsubversion | |
parent | marked x86 per bug 404609 (diff) | |
download | gentoo-2-870b2a2d136b59bb6cfa680a507154cb67544c31.tar.gz gentoo-2-870b2a2d136b59bb6cfa680a507154cb67544c31.tar.bz2 gentoo-2-870b2a2d136b59bb6cfa680a507154cb67544c31.zip |
Marked ~x64-macos
(Portage version: 2.2.01.20239-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-vcs/hgsubversion')
-rw-r--r-- | dev-vcs/hgsubversion/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/hgsubversion/hgsubversion-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-vcs/hgsubversion/ChangeLog b/dev-vcs/hgsubversion/ChangeLog index 1db9a01a0654..030c29c3a8de 100644 --- a/dev-vcs/hgsubversion/ChangeLog +++ b/dev-vcs/hgsubversion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/hgsubversion -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.21 2011/12/21 23:11:09 floppym Exp $ +# 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 $ + + 21 Feb 2012; Fabian Groffen <grobian@gentoo.org> hgsubversion-1.3.ebuild: + Marked ~x64-macos *hgsubversion-9999 (21 Dec 2011) diff --git a/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild index e3e8351e5a35..16bd03ab4407 100644 --- a/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild +++ b/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.4 2011/12/21 23:11:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.3.ebuild,v 1.5 2012/02/21 20:59:32 grobian 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 ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RDEPEND=" |