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 E40C3158089 for ; Sun, 10 Sep 2023 13:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A16A2BC025; Sun, 10 Sep 2023 13:23:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E89E2BC025 for ; Sun, 10 Sep 2023 13:23:36 +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 E4B94335CD6 for ; Sun, 10 Sep 2023 13:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51E7E1166 for ; Sun, 10 Sep 2023 13:23:33 +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: <1694352103.7166d1adba75660f5a87e1411b1595157b8f2ee5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/lxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/lxd/lxd-4.0.9-r3.ebuild app-containers/lxd/lxd-4.0.9-r4.ebuild app-containers/lxd/lxd-5.0.2-r2.ebuild app-containers/lxd/lxd-5.0.2-r3.ebuild X-VCS-Directories: app-containers/lxd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7166d1adba75660f5a87e1411b1595157b8f2ee5 X-VCS-Branch: master Date: Sun, 10 Sep 2023 13:23:33 +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: 07adcb65-91d3-427f-a87f-4d91ef167ff6 X-Archives-Hash: f872dddd9e810f0df5d029cb8891fd08 commit: 7166d1adba75660f5a87e1411b1595157b8f2ee5 Author: Joonas Niilola gentoo org> AuthorDate: Sun Sep 10 13:21:43 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Sep 10 13:21:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7166d1ad app-containers/lxd: revbump and add lts subslot on 4.0.9 and 5.0.2 Signed-off-by: Joonas Niilola gentoo.org> app-containers/lxd/{lxd-4.0.9-r3.ebuild => lxd-4.0.9-r4.ebuild} | 2 +- app-containers/lxd/{lxd-5.0.2-r2.ebuild => lxd-5.0.2-r3.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/lxd/lxd-4.0.9-r3.ebuild b/app-containers/lxd/lxd-4.0.9-r4.ebuild similarity index 99% rename from app-containers/lxd/lxd-4.0.9-r3.ebuild rename to app-containers/lxd/lxd-4.0.9-r4.ebuild index f8d5b8f837b9..246f3a898406 100644 --- a/app-containers/lxd/lxd-4.0.9-r3.ebuild +++ b/app-containers/lxd/lxd-4.0.9-r4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxd/${P}.tar.gz verify-sig? ( https://linuxcontainers.org/downloads/lxd/${P}.tar.gz.asc )" LICENSE="Apache-2.0" -SLOT="0" +SLOT="0/lts" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="apparmor ipv6 nls verify-sig" diff --git a/app-containers/lxd/lxd-5.0.2-r2.ebuild b/app-containers/lxd/lxd-5.0.2-r3.ebuild similarity index 99% rename from app-containers/lxd/lxd-5.0.2-r2.ebuild rename to app-containers/lxd/lxd-5.0.2-r3.ebuild index a567f5520d4e..3949502b2989 100644 --- a/app-containers/lxd/lxd-5.0.2-r2.ebuild +++ b/app-containers/lxd/lxd-5.0.2-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxd/${P}.tar.gz verify-sig? ( https://linuxcontainers.org/downloads/lxd/${P}.tar.gz.asc )" LICENSE="Apache-2.0 BSD LGPL-3 MIT" -SLOT="0" +SLOT="0/lts" KEYWORDS="amd64 ~arm64 ~x86" IUSE="apparmor nls"