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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D53BC158094 for ; Sat, 23 Jul 2022 17:11:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD3DBE0D14; Sat, 23 Jul 2022 17:11:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8046E0D08 for ; Sat, 23 Jul 2022 17:11:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5A0A341113 for ; Sat, 23 Jul 2022 17:11:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36BCA525 for ; Sat, 23 Jul 2022 17:11:47 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1658596305.fda210935dfcccb1177c3f638b20a9277e06a083.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ganeti/ganeti-3.0.2-r2.ebuild X-VCS-Directories: app-emulation/ganeti/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: fda210935dfcccb1177c3f638b20a9277e06a083 X-VCS-Branch: master Date: Sat, 23 Jul 2022 17:11:47 +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: a3c8576e-9693-4690-a813-69f648521475 X-Archives-Hash: 65cf7e545fabf39a1731c00497f015c2 commit: fda210935dfcccb1177c3f638b20a9277e06a083 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Jul 23 17:02:48 2022 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Jul 23 17:11:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda21093 app-emulation/ganeti: drop KEYWORDS for live build Signed-off-by: Robin H. Johnson gentoo.org> app-emulation/ganeti/ganeti-3.0.2-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emulation/ganeti/ganeti-3.0.2-r2.ebuild b/app-emulation/ganeti/ganeti-3.0.2-r2.ebuild index 63cf7b305b44..e6ac4895670c 100644 --- a/app-emulation/ganeti/ganeti-3.0.2-r2.ebuild +++ b/app-emulation/ganeti/ganeti-3.0.2-r2.ebuild @@ -16,7 +16,6 @@ SERIES="3.0" if [[ ${PV} =~ [9]{4,} ]] ; then EGIT_REPO_URI="git://git.ganeti.org/ganeti.git" inherit git-2 - KEYWORDS="" PATCHES=() else DEBIAN_PV="${PV}"