diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-10-13 11:45:33 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-10-13 11:45:33 +0000 |
commit | f329dd280fe57d400e0289bfbf44019c6593c0b8 (patch) | |
tree | e133199a04cd30436d38bda4c8e5b7a636f63e94 /dev-vcs/bzr-git | |
parent | Stable on amd64 wrt bug #418969 (diff) | |
download | gentoo-2-f329dd280fe57d400e0289bfbf44019c6593c0b8.tar.gz gentoo-2-f329dd280fe57d400e0289bfbf44019c6593c0b8.tar.bz2 gentoo-2-f329dd280fe57d400e0289bfbf44019c6593c0b8.zip |
Stable on amd64 wrt bug #418969
(Portage version: 2.1.11.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/bzr-git')
-rw-r--r-- | dev-vcs/bzr-git/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/bzr-git/bzr-git-0.6.7.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-vcs/bzr-git/ChangeLog b/dev-vcs/bzr-git/ChangeLog index e50b0ef36b28..aad6854cd5e3 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.12 2012/10/08 19:50:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.13 2012/10/13 11:45:33 hwoarang Exp $ + + 13 Oct 2012; Markos Chandras <hwoarang@gentoo.org> bzr-git-0.6.7.ebuild: + Stable on amd64 wrt bug #418969 *bzr-git-0.6.8 (08 Oct 2012) @@ -58,4 +61,3 @@ +bzr-git-0.5.2.ebuild, +metadata.xml: initial import for bug 335209 from Bazaar overlay, written by Mark Lee and myself - diff --git a/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild index 7723a25fb90d..36eced52822f 100644 --- a/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild +++ b/dev-vcs/bzr-git/bzr-git-0.6.7.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/bzr-git/bzr-git-0.6.7.ebuild,v 1.2 2012/09/30 18:17:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild,v 1.3 2012/10/13 11:45:33 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="" |