diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-31 16:01:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-31 16:01:37 +0000 |
commit | 992e5b3f6f91e586c9dcf73e2deea1acc69fe42e (patch) | |
tree | ac8afc4ccfe60935d7f8a2a50d7fe3a69f88b2e7 /dev-vcs | |
parent | Stable for ppc64, wrt bug #526444 (diff) | |
download | gentoo-2-992e5b3f6f91e586c9dcf73e2deea1acc69fe42e.tar.gz gentoo-2-992e5b3f6f91e586c9dcf73e2deea1acc69fe42e.tar.bz2 gentoo-2-992e5b3f6f91e586c9dcf73e2deea1acc69fe42e.zip |
Stable for ppc64, wrt bug #526684
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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 98b0fd89a8f1..2d0389204405 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.76 2014/10/30 18:48:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/ChangeLog,v 1.77 2014/10/31 16:01:37 ago Exp $ + + 31 Oct 2014; Agostino Sarubbo <ago@gentoo.org> bzr-2.5.1-r1.ebuild: + Stable for ppc64, wrt bug #526684 30 Oct 2014; Markus Meier <maekke@gentoo.org> bzr-2.5.1-r1.ebuild: arm stable, 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 fedcca2490c9..cb74c30f409e 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.7 2014/10/30 18:48:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.5.1-r1.ebuild,v 1.8 2014/10/31 16:01:37 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}] ) |