diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 13:02:55 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 13:02:55 +0300 |
commit | 03af2f5f822840f4cd03598d6cc2d05d2cf616cf (patch) | |
tree | f53d706d97c400e736952c6f5f5263fa8e3e4485 /app-admin/needrestart | |
parent | app-admin/logrotate: Stabilize 3.20.1-r1 arm, #858149 (diff) | |
download | gentoo-03af2f5f822840f4cd03598d6cc2d05d2cf616cf.tar.gz gentoo-03af2f5f822840f4cd03598d6cc2d05d2cf616cf.tar.bz2 gentoo-03af2f5f822840f4cd03598d6cc2d05d2cf616cf.zip |
app-admin/needrestart: Stabilize 3.6 x86, #858161
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-admin/needrestart')
-rw-r--r-- | app-admin/needrestart/needrestart-3.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/needrestart/needrestart-3.6.ebuild b/app-admin/needrestart/needrestart-3.6.ebuild index c773506fddc2..2c212a6353fb 100644 --- a/app-admin/needrestart/needrestart-3.6.ebuild +++ b/app-admin/needrestart/needrestart-3.6.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Restart daemons after library updates" |