diff options
author | Sam James <sam@gentoo.org> | 2021-03-11 13:32:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-11 13:32:55 +0000 |
commit | 70189b2377c7413635526db08e95c75bf406436a (patch) | |
tree | f9857ff421580506850d74738f266e566d32bc74 /net-misc | |
parent | dev-libs/crypto++: Stabilize 8.4.0 arm64, #775335 (diff) | |
download | gentoo-70189b2377c7413635526db08e95c75bf406436a.tar.gz gentoo-70189b2377c7413635526db08e95c75bf406436a.tar.bz2 gentoo-70189b2377c7413635526db08e95c75bf406436a.zip |
net-misc/chrony: Stabilize 4.0-r1 ppc, #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 cd917960836d..9538ef55c08c 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/_/-}" |