diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-12-29 11:26:51 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-12-29 11:43:52 +0100 |
commit | a9c0f1245a440ce8f60d2722e58a78c823bd9b48 (patch) | |
tree | 2b56f668deea88e9b6fd0659d3d92dbe58002d1b /dev-vcs/bzr-git | |
parent | net-misc/chrony: Stable for HPPA PPC64 (bug #590274). (diff) | |
download | gentoo-a9c0f1245a440ce8f60d2722e58a78c823bd9b48.tar.gz gentoo-a9c0f1245a440ce8f60d2722e58a78c823bd9b48.tar.bz2 gentoo-a9c0f1245a440ce8f60d2722e58a78c823bd9b48.zip |
dev-vcs/bzr-git: x86 stable wrt bug #593152
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-vcs/bzr-git')
-rw-r--r-- | dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild index 8f9e7d4ae5b5..5ecf57864215 100644 --- a/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild +++ b/dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,10 +19,10 @@ SLOT="0" if [[ ${PV} = 9999 ]]; then inherit bzr EBZR_REPO_URI="lp:bzr-git" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" else SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi IUSE="" |