diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-11-16 13:54:19 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-11-16 13:54:29 -0800 |
commit | 869feec511b29896d24369460575cdfa10a0caa7 (patch) | |
tree | bde2d7814ef410463d011fafcc3acd159c2276bc /virtual | |
parent | www-client/google-chrome-unstable: adjust at-spi2-core dep (diff) | |
download | gentoo-869feec511b29896d24369460575cdfa10a0caa7.tar.gz gentoo-869feec511b29896d24369460575cdfa10a0caa7.tar.bz2 gentoo-869feec511b29896d24369460575cdfa10a0caa7.zip |
virtual/rust: drop 1.64.0, 1.65.0
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.64.0.ebuild | 19 | ||||
-rw-r--r-- | virtual/rust/rust-1.65.0.ebuild | 19 |
2 files changed, 0 insertions, 38 deletions
diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild deleted file mode 100644 index ee4189e024d1..000000000000 --- a/virtual/rust/rust-1.64.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" diff --git a/virtual/rust/rust-1.65.0.ebuild b/virtual/rust/rust-1.65.0.ebuild deleted file mode 100644 index a7d950afd9b7..000000000000 --- a/virtual/rust/rust-1.65.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" |