diff options
author | Sam James <sam@gentoo.org> | 2021-04-23 11:10:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-23 11:10:21 +0200 |
commit | 5f63d0a8e34bf6c04624333d21e6d825ffb43855 (patch) | |
tree | 37f0658beb440cd4f2004816329827b2bc4b9196 /net-misc | |
parent | app-misc/gnote: tweak for gcc-11 (diff) | |
download | gentoo-5f63d0a8e34bf6c04624333d21e6d825ffb43855.tar.gz gentoo-5f63d0a8e34bf6c04624333d21e6d825ffb43855.tar.bz2 gentoo-5f63d0a8e34bf6c04624333d21e6d825ffb43855.zip |
net-misc/chrony: Restore stable keywords
* Stable keywords were dropped by mistake
Closes: https://bugs.gentoo.org/785145
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-4.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.0-r2.ebuild b/net-misc/chrony/chrony-4.0-r2.ebuild index 1a71d1e9d991..2c76d583d7c4 100644 --- a/net-misc/chrony/chrony-4.0-r2.ebuild +++ b/net-misc/chrony/chrony-4.0-r2.ebuild @@ -17,7 +17,7 @@ else SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" SRC_URI+=" verify-sig? ( https://download.tuxfamily.org/chrony/${P}-tar-gz-asc.txt -> ${P}.tar.gz.asc )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86" fi S="${WORKDIR}/${P/_/-}" |