app-admin/needrestart: x86 stable (bug #660440)
authorThomas Deutschmann <whissi@gentoo.org>
Mon, 9 Jul 2018 01:21:36 +0000 (03:21 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 9 Jul 2018 01:29:00 +0000 (03:29 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-admin/needrestart/needrestart-3.3.ebuild

index 062247caf71e0b3c7dd8abc49498017aae330821..40ba874b95a0521d74f99fb8a3a0eb6b932419ad 100644 (file)
@@ -7,10 +7,10 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/liske/${PN}.git"
        inherit git-r3
        SRC_URI=""
-       KEYWORDS=""
+       KEYWORDS="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"