diff options
Diffstat (limited to 'dev-vcs/bzr-git/bzr-git-0.6.7.ebuild')
-rw-r--r-- | dev-vcs/bzr-git/bzr-git-0.6.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild b/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild index a1ad68c72d43..7723a25fb90d 100644 --- a/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild +++ b/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild,v 1.1 2012/03/17 11:04:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.7.ebuild,v 1.2 2012/09/30 18:17:32 armin76 Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -22,7 +22,7 @@ if [[ ${PV} = 9999 ]]; then KEYWORDS="" else SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~x86" + KEYWORDS="~amd64 ~x86" fi IUSE="" |