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 6696C158086 for ; Fri, 22 Oct 2021 02:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7895E0875; Fri, 22 Oct 2021 02:47:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0838E0875 for ; Fri, 22 Oct 2021 02:47:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B945343557 for ; Fri, 22 Oct 2021 02:47:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E86CB172 for ; Fri, 22 Oct 2021 02:47:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634870825.87d2af1042f5fe0992765fb76402ae9c04b9623f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/guestfs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild X-VCS-Directories: app-emulation/guestfs-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 87d2af1042f5fe0992765fb76402ae9c04b9623f X-VCS-Branch: master Date: Fri, 22 Oct 2021 02:47:15 +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: ee7f8859-9072-4b2f-9342-72698ce3edb5 X-Archives-Hash: 9f7d29c36b08366e4b40a528ac7ea1d4 commit: 87d2af1042f5fe0992765fb76402ae9c04b9623f Author: Sam James gentoo org> AuthorDate: Fri Oct 22 02:45:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 22 02:47:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d2af10 app-emulation/guestfs-tools: keyword 1.46.1-r1 (new libguestfs split) Signed-off-by: Sam James gentoo.org> app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild b/app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild index 1ac17ff9fb4..ed65ee9489f 100644 --- a/app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild +++ b/app-emulation/guestfs-tools/guestfs-tools-1.46.1-r1.ebuild @@ -15,8 +15,7 @@ SRC_URI="https://download.libguestfs.org/${PN}/${MY_PV_1}-${SD}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0/${MY_PV_1}" -# Keyword with newer libguestfs, bug #816693 -#KEYWORDS="~amd64" +KEYWORDS="~amd64" IUSE="doc +ocaml +perl test" RESTRICT="!test? ( test )"