From: Michał Górny Date: Thu, 26 Jan 2017 18:32:47 +0000 (+0100) Subject: net-wireless/blueman: Sync KEYWORDS in the live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dac051b745b27132d5c0ed2d42b837547af6e5a2;p=gentoo.git net-wireless/blueman: Sync KEYWORDS in the live ebuild --- diff --git a/net-wireless/blueman/blueman-2.0.3.ebuild b/net-wireless/blueman/blueman-2.0.3.ebuild index 209821b35163..ec03c98792de 100644 --- a/net-wireless/blueman/blueman-2.0.3.ebuild +++ b/net-wireless/blueman/blueman-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/blueman-project/blueman" if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/blueman-project/blueman.git" - KEYWORDS="~ppc64" + KEYWORDS="" else SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" diff --git a/net-wireless/blueman/blueman-2.0.4.ebuild b/net-wireless/blueman/blueman-2.0.4.ebuild index 14613b6196aa..55ed72de6bd5 100644 --- a/net-wireless/blueman/blueman-2.0.4.ebuild +++ b/net-wireless/blueman/blueman-2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/blueman-project/blueman" if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/blueman-project/blueman.git" - KEYWORDS="~ppc64" + KEYWORDS="" else SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index 69c82c72397e..bcba30bb5bd7 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~ppc ~x86" + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-3"