commit: 92375e2d5c3202873b3cef286ce7e0457a01d6b8 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Mar 23 23:21:49 2023 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 23:24:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92375e2d
dev-lang/rust-bin: revbump 1.67.1, depend on gcc for libgcc_s Closes: https://bugs.gentoo.org/894142 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> .../rust-bin/{rust-bin-1.67.1-r1.ebuild => rust-bin-1.67.1-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/rust-bin/rust-bin-1.67.1-r1.ebuild b/dev-lang/rust-bin/rust-bin-1.67.1-r2.ebuild similarity index 99% rename from dev-lang/rust-bin/rust-bin-1.67.1-r1.ebuild rename to dev-lang/rust-bin/rust-bin-1.67.1-r2.ebuild index ad7fd7020f34..c8ce92fc1251 100644 --- a/dev-lang/rust-bin/rust-bin-1.67.1-r1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.67.1-r2.ebuild @@ -32,6 +32,7 @@ RDEPEND=" <dev-libs/openssl-3 ) sys-apps/lsb-release + sys-devel/gcc:* " BDEPEND="
