diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-26 19:32:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-26 21:13:52 +0100 |
commit | dac051b745b27132d5c0ed2d42b837547af6e5a2 (patch) | |
tree | 39a722531cb4134c125c80faa49dd1eaef1872eb /net-wireless | |
parent | sci-libs/vtk: Version bump to 7.1.0 (diff) | |
download | gentoo-dac051b745b27132d5c0ed2d42b837547af6e5a2.tar.gz gentoo-dac051b745b27132d5c0ed2d42b837547af6e5a2.tar.bz2 gentoo-dac051b745b27132d5c0ed2d42b837547af6e5a2.zip |
net-wireless/blueman: Sync KEYWORDS in the live ebuild
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/blueman/blueman-2.0.3.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/blueman/blueman-2.0.4.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
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" |