diff --git a/sys-power/powertop/powertop-2.9.ebuild b/sys-power/powertop/powertop-2.9.ebuild index 74ac81bb587e7..4435eff83552f 100644 --- a/sys-power/powertop/powertop-2.9.ebuild +++ b/sys-power/powertop/powertop-2.9.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P="${PN}-v${PV}" SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm ~ppc sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi