diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-11-25 08:44:36 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-11-25 08:44:36 +0100 |
commit | a7bdafe5bd20021f9b2b2f12cb8f6438dd817977 (patch) | |
tree | 3fccec14184a6ce4a59ba2eb7623a59b184bdbfb /net-misc/chrony | |
parent | app-crypt/veracrypt: amd64 stable wrt bug #755890 (diff) | |
download | gentoo-a7bdafe5bd20021f9b2b2f12cb8f6438dd817977.tar.gz gentoo-a7bdafe5bd20021f9b2b2f12cb8f6438dd817977.tar.bz2 gentoo-a7bdafe5bd20021f9b2b2f12cb8f6438dd817977.zip |
net-misc/chrony: ppc64 stable wrt bug #756268
Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.0.ebuild b/net-misc/chrony/chrony-4.0.ebuild index 329f5e81f1f3..efa9bc015ed1 100644 --- a/net-misc/chrony/chrony-4.0.ebuild +++ b/net-misc/chrony/chrony-4.0.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/_/-}" |