Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-dev@l.g.o
Cc: base-system@g.o, toolchain@g.o
Subject: [gentoo-dev] [PATCH 1/6] profiles: add global USE flag 'split-usr'
Date: Sun, 14 Jul 2019 23:50:38
Message-Id: 20190714235007.5388-2-floppym@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/6] Make 'split-usr' USE flag global and use it in gen_usr_ldscript by Mike Gilbert
1 Signed-off-by: Mike Gilbert <floppym@g.o>
2 ---
3 profiles/use.desc | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/profiles/use.desc b/profiles/use.desc
7 index fc19bbd0bbaa..ec5d4d6bc594 100644
8 --- a/profiles/use.desc
9 +++ b/profiles/use.desc
10 @@ -299,6 +299,7 @@ source - Zip the sources and install them
11 sox - Add support for Sound eXchange (SoX)
12 speex - Add support for the speex audio codec (used for speech)
13 spell - Add dictionary support
14 +split-usr - Splits /bin and /lib from /usr/bin and /usr/lib
15 sqlite - Add support for sqlite - embedded sql database
16 ssl - Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
17 startup-notification - Enable application startup event feedback mechanism
18 --
19 2.22.0

Replies

Subject Author
Re: [gentoo-dev] [PATCH 1/6] profiles: add global USE flag 'split-usr' "Michał Górny" <mgorny@g.o>