Gentoo Archives: gentoo-dev

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-dev@l.g.o
Cc: Georgy Yakovlev <gyakovlev@g.o>
Subject: [gentoo-dev] [PATCH 2/2] profiles/info_pkgs: print rust{,-bin} versions
Date: Sat, 03 Apr 2021 21:04:49
Message-Id: 20210403210339.2956234-2-gyakovlev@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/2] profiles/info_vars: print RUSTFLAGS as well by Georgy Yakovlev
1 Bug: https://bugs.gentoo.org/756340
2 Signed-off-by: Georgy Yakovlev <gyakovlev@g.o>
3 ---
4 profiles/info_pkgs | 2 ++
5 1 file changed, 2 insertions(+)
6
7 diff --git a/profiles/info_pkgs b/profiles/info_pkgs
8 index 9c12cc958ac7..650516bcf853 100644
9 --- a/profiles/info_pkgs
10 +++ b/profiles/info_pkgs
11 @@ -17,6 +17,8 @@ sys-devel/libtool
12 sys-devel/make
13 dev-lang/python
14 dev-lang/perl
15 +dev-lang/rust
16 +dev-lang/rust-bin
17 sys-apps/sandbox
18 dev-util/ccache
19 sys-devel/gcc
20 --
21 2.31.1