diff options
author | Sam James <sam@gentoo.org> | 2021-03-12 15:22:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-12 15:25:00 +0000 |
commit | 90095260f4fc43d3eefa90972f775f76b56eb241 (patch) | |
tree | 3d228474d37728a583c949ee8bb13a275c5db60a /net-misc | |
parent | dev-util/codeblocks: Stabilize 20.03-r2 amd64, #775296 (diff) | |
download | gentoo-90095260f4fc43d3eefa90972f775f76b56eb241.tar.gz gentoo-90095260f4fc43d3eefa90972f775f76b56eb241.tar.bz2 gentoo-90095260f4fc43d3eefa90972f775f76b56eb241.zip |
net-misc/chrony: Stabilize 4.0-r1 amd64, #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 348a4b7e3aed..f07b7fcb31ca 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/_/-}" |