diff options
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/bzr-git/bzr-git-0.6.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-vcs/bzr-git/ChangeLog b/dev-vcs/bzr-git/ChangeLog index fca5e1785217..ff981e0daefd 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.14 2013/01/30 19:01:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.15 2013/03/25 20:19:59 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> bzr-git-0.6.8.ebuild: + Stable for amd64, wrt bug #457348 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> bzr-git-0.6.7.ebuild: Stable for x86, wrt bug #418969 diff --git a/dev-vcs/bzr-git/bzr-git-0.6.8.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.8.ebuild index bcefab12e8e3..4b512c5b408c 100644 --- a/dev-vcs/bzr-git/bzr-git-0.6.8.ebuild +++ b/dev-vcs/bzr-git/bzr-git-0.6.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.8.ebuild,v 1.1 2012/10/08 19:50:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.8.ebuild,v 1.2 2013/03/25 20:19:59 ago 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="" |