diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-11 12:19:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-12 01:46:11 +0100 |
commit | bd6262857dcddc26edca2cf32558b9de3464671b (patch) | |
tree | ffc2d25cc7bf9420b6f9922e1c9a2821805787a1 /virtual | |
parent | b4f08968596ca12ee720bae688b3302894284eb0 (diff) |
virtual/rust : drop unneeded package
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.314.1337-r3.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/virtual/rust/rust-1.314.1337-r3.ebuild b/virtual/rust/rust-1.314.1337-r3.ebuild deleted file mode 100644 index 0e777935..00000000 --- a/virtual/rust/rust-1.314.1337-r3.ebuild +++ /dev/null @@ -1,18 +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/llvm-15" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="+rustfmt system-llvm" - -BDEPEND="" -RDEPEND="|| ( - >=dev-lang/rust-1.64.0[rustfmt?,system-llvm=,${MULTILIB_USEDEP}] -)" |