diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-09 03:21:36 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-09 03:29:00 +0200 |
commit | e6cc1fb4bc17664b5bda8fb425da416cf6bc7424 (patch) | |
tree | cfc1b85f1fe5eded271b267da20950b2d79a65cd /app-admin/needrestart | |
parent | app-doc/kicad-doc: x86 stable (bug #659712) (diff) | |
download | gentoo-e6cc1fb4bc17664b5bda8fb425da416cf6bc7424.tar.gz gentoo-e6cc1fb4bc17664b5bda8fb425da416cf6bc7424.tar.bz2 gentoo-e6cc1fb4bc17664b5bda8fb425da416cf6bc7424.zip |
app-admin/needrestart: x86 stable (bug #660440)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-admin/needrestart')
-rw-r--r-- | app-admin/needrestart/needrestart-3.3.ebuild | 4 |
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..40ba874b95a0 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="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" |