diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-10-30 11:46:52 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-10-30 11:46:52 +0000 |
commit | 1d0e63b0f0b427455244049a66a9a24a64c97d6c (patch) | |
tree | 3a713358de94b3a5c254c91e1079ad2abac550b5 /dev-vcs/bzr-git | |
parent | Stable on amd64 wrt bug #383751 (diff) | |
download | gentoo-2-1d0e63b0f0b427455244049a66a9a24a64c97d6c.tar.gz gentoo-2-1d0e63b0f0b427455244049a66a9a24a64c97d6c.tar.bz2 gentoo-2-1d0e63b0f0b427455244049a66a9a24a64c97d6c.zip |
Stable on amd64 wrt bug #383751
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/bzr-git')
-rw-r--r-- | dev-vcs/bzr-git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/bzr-git/bzr-git-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/bzr-git/ChangeLog b/dev-vcs/bzr-git/ChangeLog index 0a2b9f399c1e..d86ec83bee04 100644 --- a/dev-vcs/bzr-git/ChangeLog +++ b/dev-vcs/bzr-git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/bzr-git # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.4 2011/08/16 12:30:02 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.5 2011/10/30 11:46:52 hwoarang Exp $ + + 30 Oct 2011; Markos Chandras <hwoarang@gentoo.org> bzr-git-0.6.2.ebuild: + Stable on amd64 wrt bug #383751 *bzr-git-0.6.2 (16 Aug 2011) diff --git a/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild index 061ca6fa6afc..8b813d35babc 100644 --- a/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild +++ b/dev-vcs/bzr-git/bzr-git-0.6.2.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/bzr-git/bzr-git-0.6.2.ebuild,v 1.1 2011/08/16 12:30:02 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild,v 1.2 2011/10/30 11:46:52 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -22,7 +22,7 @@ if [[ ${PV} = 9999 ]]; then KEYWORDS="" else SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi IUSE="" |