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 1BAE415814C for ; Sat, 7 Oct 2023 13:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D856B2BC034; Sat, 7 Oct 2023 13:41:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B52D62BC034 for ; Sat, 7 Oct 2023 13:41:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AFB32335CE3 for ; Sat, 7 Oct 2023 13:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7D159EE for ; Sat, 7 Oct 2023 13:41:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1696686007.0669ac964d320e92a9d7c5907342fd2c07e7be90.juippis@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.48.2.ebuild X-VCS-Directories: app-emulation/guestfs-tools/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0669ac964d320e92a9d7c5907342fd2c07e7be90 X-VCS-Branch: master Date: Sat, 7 Oct 2023 13:41: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: c8ea1847-2d7a-4a01-b9b0-654e32929bb0 X-Archives-Hash: 78b47d022f61085328b52a6af6c8f56c commit: 0669ac964d320e92a9d7c5907342fd2c07e7be90 Author: Joonas Niilola gentoo org> AuthorDate: Sat Oct 7 13:40:07 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 7 13:40:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0669ac96 app-emulation/guestfs-tools: Stabilize 1.48.2 amd64, #915321 Signed-off-by: Joonas Niilola gentoo.org> app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild b/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild index c6a2bf8d214b..6fe7b676fdfc 100644 --- a/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild +++ b/app-emulation/guestfs-tools/guestfs-tools-1.48.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,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}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc +ocaml +perl test" RESTRICT="!test? ( test )"