commit:     fe62bc3f58017925056dd9788040c5f19d2633ea
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Jan 14 15:00:33 2024 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Sun Jan 14 15:03:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=fe62bc3f

dev-lang/rust: sync ::gentoo

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-lang/rust/rust-1.65.0.ebuild    | 10 +++++-----
 dev-lang/rust/rust-1.66.1.ebuild    | 10 +++++-----
 dev-lang/rust/rust-1.67.1-r1.ebuild | 10 +++++-----
 dev-lang/rust/rust-1.68.2.ebuild    | 10 +++++-----
 dev-lang/rust/rust-1.69.0-r1.ebuild | 10 +++++-----
 dev-lang/rust/rust-1.70.0.ebuild    | 10 +++++-----
 dev-lang/rust/rust-1.71.0.ebuild    | 10 +++++-----
 dev-lang/rust/rust-1.71.1.ebuild    | 10 +++++-----
 dev-lang/rust/rust-1.72.0-r1.ebuild | 10 +++++-----
 dev-lang/rust/rust-1.73.0.ebuild    | 10 +++++-----
 dev-lang/rust/rust-1.74.1.ebuild    | 10 +++++-----
 11 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/dev-lang/rust/rust-1.65.0.ebuild b/dev-lang/rust/rust-1.65.0.ebuild
index b1f6639..3513eb0 100644
--- a/dev-lang/rust/rust-1.65.0.ebuild
+++ b/dev-lang/rust/rust-1.65.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -94,9 +94,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -743,7 +743,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.66.1.ebuild b/dev-lang/rust/rust-1.66.1.ebuild
index 802f01a..5833cbf 100644
--- a/dev-lang/rust/rust-1.66.1.ebuild
+++ b/dev-lang/rust/rust-1.66.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -94,9 +94,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -741,7 +741,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.67.1-r1.ebuild 
b/dev-lang/rust/rust-1.67.1-r1.ebuild
index 1b9602c..cc92884 100644
--- a/dev-lang/rust/rust-1.67.1-r1.ebuild
+++ b/dev-lang/rust/rust-1.67.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -94,9 +94,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -732,7 +732,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.68.2.ebuild b/dev-lang/rust/rust-1.68.2.ebuild
index dd90e1e..9e9e171 100644
--- a/dev-lang/rust/rust-1.68.2.ebuild
+++ b/dev-lang/rust/rust-1.68.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -94,9 +94,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -731,7 +731,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.69.0-r1.ebuild 
b/dev-lang/rust/rust-1.69.0-r1.ebuild
index 5a7d077..14be2a5 100644
--- a/dev-lang/rust/rust-1.69.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.69.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -94,9 +94,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -732,7 +732,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.70.0.ebuild b/dev-lang/rust/rust-1.70.0.ebuild
index d09be33..c032464 100644
--- a/dev-lang/rust/rust-1.70.0.ebuild
+++ b/dev-lang/rust/rust-1.70.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -94,9 +94,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -733,7 +733,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.71.0.ebuild b/dev-lang/rust/rust-1.71.0.ebuild
index 22d7d80..726196b 100644
--- a/dev-lang/rust/rust-1.71.0.ebuild
+++ b/dev-lang/rust/rust-1.71.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -94,9 +94,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -740,7 +740,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.71.1.ebuild b/dev-lang/rust/rust-1.71.1.ebuild
index 5886501..a12798a 100644
--- a/dev-lang/rust/rust-1.71.1.ebuild
+++ b/dev-lang/rust/rust-1.71.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -94,9 +94,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -740,7 +740,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.72.0-r1.ebuild 
b/dev-lang/rust/rust-1.72.0-r1.ebuild
index a0fa9dd..faa9254 100644
--- a/dev-lang/rust/rust-1.72.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.72.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -96,9 +96,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -751,7 +751,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.73.0.ebuild b/dev-lang/rust/rust-1.73.0.ebuild
index 023222d..1df89fa 100644
--- a/dev-lang/rust/rust-1.73.0.ebuild
+++ b/dev-lang/rust/rust-1.73.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -95,9 +95,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -750,7 +750,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.74.1.ebuild b/dev-lang/rust/rust-1.74.1.ebuild
index 0256c22..570d9a1 100644
--- a/dev-lang/rust/rust-1.74.1.ebuild
+++ b/dev-lang/rust/rust-1.74.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing 
\
        multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs 
verify-sig
@@ -95,9 +95,9 @@ BDEPEND="${PYTHON_DEPS}
        system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
        !system-llvm? (
                >=dev-util/cmake-3.13.4
-               dev-util/ninja
+               app-alternatives/ninja
        )
-       test? ( sys-devel/gdb )
+       test? ( dev-debug/gdb )
        verify-sig? ( sec-keys/openpgp-keys-rust )
 "
 
@@ -750,7 +750,7 @@ src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version sys-devel/gdb || has_version dev-util/lldb; then
+       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
                elog "Rust installs a helper script for calling GDB and LLDB,"
                elog "for your convenience it is installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

Reply via email to