diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-12-20 16:29:39 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-12-20 16:29:39 +0100 |
commit | 3e10a904279a7a993406cb326a6efca77c4b9247 (patch) | |
tree | 6954baa296ad89de55247cd0abca070fe48fcf9f /dev-vcs | |
parent | sys-apps/i2c-tools-3.1.1-r1: stable on amd64 (diff) | |
download | gentoo-3e10a904279a7a993406cb326a6efca77c4b9247.tar.gz gentoo-3e10a904279a7a993406cb326a6efca77c4b9247.tar.bz2 gentoo-3e10a904279a7a993406cb326a6efca77c4b9247.zip |
dev-vcs/bzr-git-0.6.8-r1: stable on amd64
Gentoo-Bug: 593152
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-git/bzr-git-0.6.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 d14b550aeebe..8f9e7d4ae5b5 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 @@ -19,10 +19,10 @@ SLOT="0" if [[ ${PV} = 9999 ]]; then inherit bzr EBZR_REPO_URI="lp:bzr-git" - KEYWORDS="" + KEYWORDS="amd64" else SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi IUSE="" |