diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 17:12:12 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 17:12:12 +0200 |
commit | df980bbfca0d406e42731b19009fcd6105bd346c (patch) | |
tree | c870947b20d4ad841ca6520c66dbd3cb46c34edb /virtual/rust | |
parent | dev-lang/rust-bin: ppc64 stable wrt bug #732798 (diff) | |
download | gentoo-df980bbfca0d406e42731b19009fcd6105bd346c.tar.gz gentoo-df980bbfca0d406e42731b19009fcd6105bd346c.tar.bz2 gentoo-df980bbfca0d406e42731b19009fcd6105bd346c.zip |
virtual/rust: ppc64 stable wrt bug #732798
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.44.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild index 40a046f3c837..4c04201ad7e2 100644 --- a/virtual/rust/rust-1.44.1.ebuild +++ b/virtual/rust/rust-1.44.1.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-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )" |