From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 708C11382C5 for ; Sun, 21 Feb 2021 10:28:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 962F9E0827; Sun, 21 Feb 2021 10:28:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D57DE0827 for ; Sun, 21 Feb 2021 10:28:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D4D7340FB4 for ; Sun, 21 Feb 2021 10:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E03D9478 for ; Sun, 21 Feb 2021 10:28:24 +0000 (UTC) From: "Simon van der Maas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Simon van der Maas" Message-ID: <1613903293.0c73a76e390a22908a4a1c0ae1c6cbca68a415cf.svdm-gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/ohmyzsh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/ohmyzsh/ohmyzsh-9999.ebuild X-VCS-Directories: app-shells/ohmyzsh/ X-VCS-Committer: svdm-gentoo X-VCS-Committer-Name: Simon van der Maas X-VCS-Revision: 0c73a76e390a22908a4a1c0ae1c6cbca68a415cf X-VCS-Branch: dev Date: Sun, 21 Feb 2021 10:28:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44a57939-b9a4-4ff5-9f59-e69f3d3dc7c6 X-Archives-Hash: 9be703b9d4608fa3d053e05c6716017f commit: 0c73a76e390a22908a4a1c0ae1c6cbca68a415cf Author: Simon van der Maas protonmail com> AuthorDate: Sun Feb 21 10:28:13 2021 +0000 Commit: Simon van der Maas protonmail com> CommitDate: Sun Feb 21 10:28:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c73a76e app-shells/ohmyzsh: added keywords Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Simon van der Maas protonmail.com> app-shells/ohmyzsh/ohmyzsh-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild index 4d0b346c..262ba3c5 100644 --- a/app-shells/ohmyzsh/ohmyzsh-9999.ebuild +++ b/app-shells/ohmyzsh/ohmyzsh-9999.ebuild @@ -11,6 +11,7 @@ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64" DEPEND="app-shells/zsh" RDEPEND="${DEPEND}"