diff options
author | Sam James <sam@gentoo.org> | 2021-03-12 15:26:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-12 15:28:01 +0000 |
commit | 05df386710ac92bc9c7431a32d9371332f6135e5 (patch) | |
tree | 64cf43b8a0e7d0b6e760918a1d6df644492668d6 /net-misc | |
parent | sys-fs/dmraid: Stabilize 1.0.0_rc16-r5 x86, #775188 (diff) | |
download | gentoo-05df386710ac92bc9c7431a32d9371332f6135e5.tar.gz gentoo-05df386710ac92bc9c7431a32d9371332f6135e5.tar.bz2 gentoo-05df386710ac92bc9c7431a32d9371332f6135e5.zip |
net-misc/chrony: Stabilize 4.0-r1 x86, #775332
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.0-r1.ebuild b/net-misc/chrony/chrony-4.0-r1.ebuild index f07b7fcb31ca..1f2f0ba26279 100644 --- a/net-misc/chrony/chrony-4.0-r1.ebuild +++ b/net-misc/chrony/chrony-4.0-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git" else SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 sparc x86" fi S="${WORKDIR}/${P/_/-}" |