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 4FD711581C1 for ; Fri, 12 Jul 2024 08:58:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9045F2BC038; Fri, 12 Jul 2024 08:58:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C1D52BC038 for ; Fri, 12 Jul 2024 08:58:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A38D6335DE9 for ; Fri, 12 Jul 2024 08:58:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 364EA1CF6 for ; Fri, 12 Jul 2024 08:58:05 +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: <1720774681.6185e8e467caed90aa1c8f5db0fb6435f0b985ec.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/incus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/incus/incus-6.0.1-r1.ebuild app-containers/incus/incus-6.0.1.ebuild X-VCS-Directories: app-containers/incus/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6185e8e467caed90aa1c8f5db0fb6435f0b985ec X-VCS-Branch: master Date: Fri, 12 Jul 2024 08:58:05 +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: 1b0a445e-6d86-4c5a-b1c4-bafc0c38ed7c X-Archives-Hash: 25d75916fe5ba7d6f7ac1591c6c9c75b commit: 6185e8e467caed90aa1c8f5db0fb6435f0b985ec Author: Joonas Niilola gentoo org> AuthorDate: Fri Jul 12 08:51:15 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 12 08:58:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6185e8e4 app-containers/incus: update 6.0.1's subslot to 'lts' Signed-off-by: Joonas Niilola gentoo.org> app-containers/incus/{incus-6.0.1.ebuild => incus-6.0.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/incus/incus-6.0.1.ebuild b/app-containers/incus/incus-6.0.1-r1.ebuild similarity index 99% rename from app-containers/incus/incus-6.0.1.ebuild rename to app-containers/incus/incus-6.0.1-r1.ebuild index 79a1af3f07c5..9cb256ab970f 100644 --- a/app-containers/incus/incus-6.0.1.ebuild +++ b/app-containers/incus/incus-6.0.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://linuxcontainers.org/downloads/incus/${P}.tar.xz verify-sig? ( https://linuxcontainers.org/downloads/incus/${P}.tar.xz.asc )" LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0" +SLOT="0/lts" KEYWORDS="~amd64 ~arm64" IUSE="apparmor fuidshift nls"