diff options
author | 2024-06-01 11:28:36 +0300 | |
---|---|---|
committer | 2024-06-01 11:36:58 +0300 | |
commit | e34060946f75e8837542658393aa520772747a91 (patch) | |
tree | af9463b4bfce3531722224197d1e9b7e75216699 /app-containers/lxd | |
parent | dev-python/platformdirs: Remove old (diff) | |
download | gentoo-e34060946f75e8837542658393aa520772747a91.tar.gz gentoo-e34060946f75e8837542658393aa520772747a91.tar.bz2 gentoo-e34060946f75e8837542658393aa520772747a91.zip |
app-containers/lxd: update 5.21.1's subslot to lts
- as it's the LTS release.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers/lxd')
-rw-r--r-- | app-containers/lxd/lxd-5.21.1-r1.ebuild (renamed from app-containers/lxd/lxd-5.21.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/lxd/lxd-5.21.1.ebuild b/app-containers/lxd/lxd-5.21.1-r1.ebuild index b501e2db6a66..2ab951d0103f 100644 --- a/app-containers/lxd/lxd-5.21.1.ebuild +++ b/app-containers/lxd/lxd-5.21.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/canonical/lxd/releases/download/${P}/${P}.tar.gz )" LICENSE="Apache-2.0 AGPL-3+ BSD LGPL-3 MIT" -SLOT="0/stable" +SLOT="0/lts" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="apparmor nls" |