Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Tue, 27 Apr 2021 19:01:28
Message-Id: 1619550059.ed778cb78fc7ac8a709fee60a246f3b16dc2e9cb.gyakovlev@gentoo
1 commit: ed778cb78fc7ac8a709fee60a246f3b16dc2e9cb
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 27 19:00:59 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 27 19:00:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed778cb7
7
8 virtual/rust: ~ppc keyworded
9
10 Bug: https://bugs.gentoo.org/769458
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 virtual/rust/rust-1.51.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
18 index 985c1bc9573..4b038e425aa 100644
19 --- a/virtual/rust/rust-1.51.0.ebuild
20 +++ b/virtual/rust/rust-1.51.0.ebuild
21 @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
22
23 LICENSE=""
24 SLOT="0"
25 -KEYWORDS="amd64 arm arm64 ppc64 x86"
26 +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
27
28 BDEPEND=""
29 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"