sys-power/powertop: amd64 stable

Bug: https://bugs.gentoo.org/651612
Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-04-14 13:44:48 -04:00
parent 11a38b41d9
commit b5b27aa64c

View File

@@ -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