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/blueman/blueman-9999.ebuild | |
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/blueman/blueman-9999.ebuild')
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |