diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-25 19:42:11 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-25 19:42:11 +0000 |
commit | 63825bda50f2b58277d4dc2486d5e1cb65a76924 (patch) | |
tree | 1e49c5e5c3bf5045156b9bf51d55b7ca59c8ca1c /virtual | |
parent | dev-lang/rust-bin: keyworded 1.31.1 for ppc64, bug #609654 (diff) | |
download | gentoo-63825bda50f2b58277d4dc2486d5e1cb65a76924.tar.gz gentoo-63825bda50f2b58277d4dc2486d5e1cb65a76924.tar.bz2 gentoo-63825bda50f2b58277d4dc2486d5e1cb65a76924.zip |
virtual/rust: keyworded 1.31.1 for ppc64, bug #609654
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.31.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.31.1.ebuild b/virtual/rust/rust-1.31.1.ebuild index f0642556ce55..8b9a42f1d568 100644 --- a/virtual/rust/rust-1.31.1.ebuild +++ b/virtual/rust/rust-1.31.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" BDEPEND="" RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" |