diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-12-04 16:01:05 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-12-04 16:01:05 -0500 |
commit | a97f5600947ff43f09b206a56c348511da3c6daa (patch) | |
tree | 909d1b01948d94db25743ed573970dd7b729147b /virtual | |
parent | 0a9032ffeb62dd5d4b479bf9f22424a8c10c134a (diff) | |
download | gentoo-overlay-a97f5600947ff43f09b206a56c348511da3c6daa.tar.xz gentoo-overlay-a97f5600947ff43f09b206a56c348511da3c6daa.zip |
virtual/rust: sync
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.45.2.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.48.0.ebuild | 2 |
2 files changed, 1 insertions, 16 deletions
diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild deleted file mode 100644 index 0e6e6e7..0000000 --- a/virtual/rust/rust-1.45.2.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc64 x86" - -BDEPEND="" -RDEPEND="|| ( ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.48.0.ebuild b/virtual/rust/rust-1.48.0.ebuild index 512180f..64a2fed 100644 --- a/virtual/rust/rust-1.48.0.ebuild +++ b/virtual/rust/rust-1.48.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" BDEPEND="" RDEPEND="|| ( ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )" |