diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-09-16 21:58:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-09-16 21:58:33 +0100 |
commit | d84e77eca3d180a46f6b7124a732c8a982359ab0 (patch) | |
tree | e10599bc90bf103c44f31e2bd955a265b89c2c78 /virtual/rust | |
parent | f09f41bae5a0fbe85f3f4dc287daaca9a045b247 (diff) |
adjust virtuals
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.314.1337.ebuild | 18 | ||||
-rw-r--r-- | virtual/rust/rust-100.ebuild | 17 |
2 files changed, 18 insertions, 17 deletions
diff --git a/virtual/rust/rust-1.314.1337.ebuild b/virtual/rust/rust-1.314.1337.ebuild new file mode 100644 index 00000000..29ac7984 --- /dev/null +++ b/virtual/rust/rust-1.314.1337.ebuild @@ -0,0 +1,18 @@ +# 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 ppc ppc64 ~riscv ~s390 sparc x86" +IUSE="rustfmt" + +BDEPEND="" +RDEPEND="|| ( + ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] +)" diff --git a/virtual/rust/rust-100.ebuild b/virtual/rust/rust-100.ebuild deleted file mode 100644 index 9271782f..00000000 --- a/virtual/rust/rust-100.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 arm64" - -BDEPEND="" -RDEPEND="dev-lang/rust[${MULTILIB_USEDEP}]" |