diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-13 17:22:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-13 17:22:36 +0000 |
commit | 3ba5f8cd128117f5138c7e2f2a0b6029b0135215 (patch) | |
tree | ce2bcba53b47bf5871ea536886a28ea227fb6919 /dev-vcs | |
parent | whitespace (diff) | |
download | gentoo-2-3ba5f8cd128117f5138c7e2f2a0b6029b0135215.tar.gz gentoo-2-3ba5f8cd128117f5138c7e2f2a0b6029b0135215.tar.bz2 gentoo-2-3ba5f8cd128117f5138c7e2f2a0b6029b0135215.zip |
Stable for HPPA (bug #346985).
(Portage version: 2.2.0_alpha15/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/bzr/bzr-2.2.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/bzr/ChangeLog b/dev-vcs/bzr/ChangeLog index b5f379532796..8c399c5eb6c8 100644 --- a/dev-vcs/bzr/ChangeLog +++ b/dev-vcs/bzr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/bzr # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/ChangeLog,v 1.15 2011/01/04 13:40:08 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/ChangeLog,v 1.16 2011/01/13 17:22:36 jer Exp $ + + 13 Jan 2011; Jeroen Roovers <jer@gentoo.org> bzr-2.2.2-r1.ebuild: + Stable for HPPA (bug #346985). 04 Jan 2011; Michael Weber <xmw@gentoo.org> bzr-2.2.2-r1.ebuild: sparc stable (bug 346985) diff --git a/dev-vcs/bzr/bzr-2.2.2-r1.ebuild b/dev-vcs/bzr/bzr-2.2.2-r1.ebuild index 0e301acb1e0e..c1d9f8ed51dc 100644 --- a/dev-vcs/bzr/bzr-2.2.2-r1.ebuild +++ b/dev-vcs/bzr/bzr-2.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.2.2-r1.ebuild,v 1.2 2011/01/04 13:40:08 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.2.2-r1.ebuild,v 1.3 2011/01/13 17:22:36 jer Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,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 ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="curl doc emacs +sftp test" # Disable until https://bugs.launchpad.net/bzr/+bug/392127 is released. |