diff options
Diffstat (limited to 'dev-vcs/bzr-git')
-rw-r--r-- | dev-vcs/bzr-git/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/bzr-git/bzr-git-0.5.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-vcs/bzr-git/ChangeLog b/dev-vcs/bzr-git/ChangeLog index 5f8ce943f368..6a424066d47b 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.1 2010/10/10 14:30:09 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.2 2011/01/12 18:52:27 hwoarang Exp $ + + 12 Jan 2011; Markos Chandras <hwoarang@gentoo.org> bzr-git-0.5.2.ebuild: + Stable on amd64 wrt bug #346985 *bzr-git-0.5.2 (10 Oct 2010) diff --git a/dev-vcs/bzr-git/bzr-git-0.5.2.ebuild b/dev-vcs/bzr-git/bzr-git-0.5.2.ebuild index f4f82181efc8..b3261642b296 100644 --- a/dev-vcs/bzr-git/bzr-git-0.5.2.ebuild +++ b/dev-vcs/bzr-git/bzr-git-0.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.5.2.ebuild,v 1.1 2010/10/10 14:30:09 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.5.2.ebuild,v 1.2 2011/01/12 18:52:27 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="" |