commit: 5767cca488640ed7bcb00692670277949f491fb7 Author: ingenarel <ingenarelitems <AT> gmail <DOT> com> AuthorDate: Sat Nov 29 18:37:36 2025 +0000 Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com> CommitDate: Sat Nov 29 18:37:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5767cca4
app-text/xan: update 9999 - update crates licenses - add minimum rust version Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com> app-text/xan/xan-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-text/xan/xan-9999.ebuild b/app-text/xan/xan-9999.ebuild index 3b2b976b6f..9132e8fff2 100644 --- a/app-text/xan/xan-9999.ebuild +++ b/app-text/xan/xan-9999.ebuild @@ -5,6 +5,8 @@ EAPI=8 +RUST_MIN_VER="1.83.0" + CRATES=" " inherit cargo @@ -29,8 +31,8 @@ fi LICENSE="|| ( MIT Unlicense )" # Dependent crate licenses LICENSE+=" - Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 GPL-2+ ISC MIT MPL-2.0 - Unicode-3.0 Unlicense ZLIB + Apache-2.0 BSD-2 BSD CC0-1.0 GPL-2+ ISC MIT MPL-2.0 Unicode-3.0 + Unlicense ZLIB " SLOT="0"
