diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-09-10 16:21:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-09-10 16:21:43 +0300 |
commit | 7166d1adba75660f5a87e1411b1595157b8f2ee5 (patch) | |
tree | 526db883371f6311c171fe3e84f6ae99c9b75084 /app-containers | |
parent | app-containers/lxd: add 5.17 (diff) | |
download | gentoo-7166d1adba75660f5a87e1411b1595157b8f2ee5.tar.gz gentoo-7166d1adba75660f5a87e1411b1595157b8f2ee5.tar.bz2 gentoo-7166d1adba75660f5a87e1411b1595157b8f2ee5.zip |
app-containers/lxd: revbump and add lts subslot on 4.0.9 and 5.0.2
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/lxd/lxd-4.0.9-r4.ebuild (renamed from app-containers/lxd/lxd-4.0.9-r3.ebuild) | 2 | ||||
-rw-r--r-- | app-containers/lxd/lxd-5.0.2-r3.ebuild (renamed from app-containers/lxd/lxd-5.0.2-r2.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 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 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" |