net-wireless/blueman: ppc rekeyword, bug #557044

Package-Manager: portage-2.2.23
This commit is contained in:
Pacho Ramos
2015-10-27 20:10:58 +01:00
parent 294ea32c13
commit 35f9c72306

View File

@@ -13,10 +13,10 @@ 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=""
KEYWORDS="~ppc"
else
SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
fi
LICENSE="GPL-3"