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 1/2] profiles/info_vars: print RUSTFLAGS as well
Date: Sat, 03 Apr 2021 21:04:28
Message-Id: 20210403210339.2956234-1-gyakovlev@gentoo.org
1 Bug: https://bugs.gentoo.org/756340
2 Signed-off-by: Georgy Yakovlev <gyakovlev@g.o>
3 ---
4 profiles/info_vars | 1 +
5 1 file changed, 1 insertion(+)
6
7 diff --git a/profiles/info_vars b/profiles/info_vars
8 index b578103d116a..051948c1e8ef 100644
9 --- a/profiles/info_vars
10 +++ b/profiles/info_vars
11 @@ -34,6 +34,7 @@ PORTAGE_CONFIGROOT
12 PORTAGE_TMPDIR
13 PORTDIR
14 PORTDIR_OVERLAY
15 +RUSTFLAGS
16 SYNC
17 USE
18 PORTAGE_RSYNC_OPTS
19 --
20 2.31.1

Replies

Subject Author
[gentoo-dev] [PATCH 2/2] profiles/info_pkgs: print rust{,-bin} versions Georgy Yakovlev <gyakovlev@g.o>