diff options
author | sakaki <sakaki@deciban.com> | 2017-02-04 16:00:51 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-02-17 08:06:26 +0200 |
commit | a32e60da1e213abf296e6971799ecc03851361a2 (patch) | |
tree | 52f2b1d8e85080af2e4e068bdcc58fecf3cef4b6 /net-wireless | |
parent | profiles: package.use.mask net-wireless/blueman appindicator on arm64 (diff) | |
download | gentoo-a32e60da1e213abf296e6971799ecc03851361a2.tar.gz gentoo-a32e60da1e213abf296e6971799ecc03851361a2.tar.bz2 gentoo-a32e60da1e213abf296e6971799ecc03851361a2.zip |
net-wireless/blueman: add ~arm64 keyword (tested on cortex-a53)
Closes: https://github.com/gentoo/gentoo/pull/3805
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/blueman/blueman-2.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/blueman/blueman-2.0.4.ebuild b/net-wireless/blueman/blueman-2.0.4.ebuild index 55ed72de6bd5..61c7d0a90a3b 100644 --- a/net-wireless/blueman/blueman-2.0.4.ebuild +++ b/net-wireless/blueman/blueman-2.0.4.ebuild @@ -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 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="GPL-3" |