diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-10 10:53:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-10 10:53:38 +0000 |
commit | 8346504de60f3cdd3a23fde7345797ab0f9a78af (patch) | |
tree | 5aa6a8ac186b8aa849d45e2409d1b0f287993892 /dev-vcs | |
parent | Stable for ppc, wrt bug #526444 (diff) | |
download | gentoo-2-8346504de60f3cdd3a23fde7345797ab0f9a78af.tar.gz gentoo-2-8346504de60f3cdd3a23fde7345797ab0f9a78af.tar.bz2 gentoo-2-8346504de60f3cdd3a23fde7345797ab0f9a78af.zip |
Stable for ppc, wrt bug #526684
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/bzr/bzr-2.5.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/bzr/ChangeLog b/dev-vcs/bzr/ChangeLog index 29437e996001..86a16888103c 100644 --- a/dev-vcs/bzr/ChangeLog +++ b/dev-vcs/bzr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/bzr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/ChangeLog,v 1.79 2014/11/03 09:33:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/ChangeLog,v 1.80 2014/11/10 10:53:38 ago Exp $ + + 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> bzr-2.5.1-r1.ebuild: + Stable for ppc, wrt bug #526684 03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> bzr-2.5.1-r1.ebuild: Stable for x86, wrt bug #526684 diff --git a/dev-vcs/bzr/bzr-2.5.1-r1.ebuild b/dev-vcs/bzr/bzr-2.5.1-r1.ebuild index 57d44aeeac70..8fbd21249db3 100644 --- a/dev-vcs/bzr/bzr-2.5.1-r1.ebuild +++ b/dev-vcs/bzr/bzr-2.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.5.1-r1.ebuild,v 1.10 2014/11/03 09:33:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.5.1-r1.ebuild,v 1.11 2014/11/10 10:53:38 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -18,7 +18,7 @@ SRC_URI="http://launchpad.net/bzr/${SERIES}/${PV}/+download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" IUSE="curl doc +sftp test" RDEPEND="curl? ( dev-python/pycurl[${PYTHON_USEDEP}] ) |