From e0e2d019e700b837da50ddeedbbcd7f44782952a Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 24 Feb 2021 19:49:53 +0100 Subject: [PATCH] app-shells/ohmyzsh: remove keywords from live ebuild https://devmanual.gentoo.org/ebuild-writing/functions/src_unpack/vcs-sources/index.html Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- app-shells/ohmyzsh/ohmyzsh-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild index 262ba3c563..4356042515 100644 --- a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild +++ b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild @@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="" DEPEND="app-shells/zsh" RDEPEND="${DEPEND}"