diff --git a/app-admin/needrestart/needrestart-3.3.ebuild b/app-admin/needrestart/needrestart-3.3.ebuild index 40ba874b95a05..2ba6e13ba342c 100644 --- a/app-admin/needrestart/needrestart-3.3.ebuild +++ b/app-admin/needrestart/needrestart-3.3.ebuild @@ -7,10 +7,10 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" - KEYWORDS="x86" + KEYWORDS="amd64 x86" else SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Restart daemons after library updates"