Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/
Date: Wed, 28 Feb 2018 22:22:16
Message-Id: 1519856516.dbd3a7d8a36ec5e48f740226b0d3742140fe05a8.mgorny@gentoo
1 commit: dbd3a7d8a36ec5e48f740226b0d3742140fe05a8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 28 22:20:40 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 28 22:21:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd3a7d8
7
8 dev-lang/rust: Fix PkgMetadataXmlInvalidPkgRef
9
10 dev-lang/rust/metadata.xml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml
14 index c1882e581cf..8c2f85d8d94 100644
15 --- a/dev-lang/rust/metadata.xml
16 +++ b/dev-lang/rust/metadata.xml
17 @@ -13,7 +13,7 @@
18 library when building with <pkg>sys-devel/clang</pkg></flag>
19 <flag name="system-llvm">Use system <pkg>sys-devel/llvm</pkg> in
20 place of the bundled one</flag>
21 - <flag name="jemalloc">Use <pkg>sys-libs/jemalloc</pkg> as the
22 + <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> as the
23 standard memory allocator</flag>
24 </use>
25 </pkgmetadata>