diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-11-10 10:36:39 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-11-10 10:36:39 +0000 |
commit | 05ce844f02ae3758bdc3a98e603ec0688912af70 (patch) | |
tree | bb0ec66b7c061ddbce343741d55d1a61a7406547 /dev-vcs/hg-git | |
parent | Marked ~amd64-linux (diff) | |
download | gentoo-2-05ce844f02ae3758bdc3a98e603ec0688912af70.tar.gz gentoo-2-05ce844f02ae3758bdc3a98e603ec0688912af70.tar.bz2 gentoo-2-05ce844f02ae3758bdc3a98e603ec0688912af70.zip |
Marked ~x86-linux
(Portage version: 2.2.01.19572-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-vcs/hg-git')
-rw-r--r-- | dev-vcs/hg-git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog index fc303a5a680b..308266e3abec 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.29 2011/09/14 07:28:25 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.30 2011/11/10 10:36:39 grobian Exp $ + + 10 Nov 2011; Fabian Groffen <grobian@gentoo.org> hg-git-0.3.1.ebuild: + Marked ~x86-linux *hg-git-0.3.1 (14 Sep 2011) diff --git a/dev-vcs/hg-git/hg-git-0.3.1.ebuild b/dev-vcs/hg-git/hg-git-0.3.1.ebuild index 53dc87a7fd64..380392f81835 100644 --- a/dev-vcs/hg-git/hg-git-0.3.1.ebuild +++ b/dev-vcs/hg-git/hg-git-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1.ebuild,v 1.1 2011/09/14 07:28:26 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.1.ebuild,v 1.2 2011/11/10 10:36:39 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 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-vcs/mercurial-1.9 |