summaryrefslogtreecommitdiff
path: root/app-admin/needrestart/needrestart-3.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/needrestart/needrestart-3.3.ebuild')
-rw-r--r--app-admin/needrestart/needrestart-3.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/needrestart/needrestart-3.3.ebuild b/app-admin/needrestart/needrestart-3.3.ebuild
index 062247caf71e..2ba6e13ba342 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=""
+ 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"