Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/
Date: Wed, 27 May 2020 01:10:32
Message-Id: 1590541801.acbcf9905b18c20153c604172d49c7974295675c.mattst88@gentoo
1 commit: acbcf9905b18c20153c604172d49c7974295675c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 00:49:12 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 01:10:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbcf990
7
8 app-arch/lbzip2: Fix the description of IUSE=symlink
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-arch/lbzip2/metadata.xml | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/app-arch/lbzip2/metadata.xml b/app-arch/lbzip2/metadata.xml
16 index d0fababc8bb..f6621e00952 100644
17 --- a/app-arch/lbzip2/metadata.xml
18 +++ b/app-arch/lbzip2/metadata.xml
19 @@ -10,6 +10,9 @@
20 input-bound splitter even when decompressing .bz2 files created by standard
21 bzip2
22 </longdescription>
23 + <use>
24 + <flag name="symlink">Install symlinks which override <pkg>app-arch/bzip2</pkg> implementation</flag>
25 + </use>
26 <upstream>
27 <remote-id type="github">kjn/lbzip2</remote-id>
28 </upstream>