From: David Seifert <soap@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: David Seifert <soap@gentoo.org>
Subject: [gentoo-dev] [PATCH] use.desc: add global USE flag 'split-sbin'
Date: Sat, 12 Oct 2019 13:00:23 +0200 [thread overview]
Message-ID: <20191012110023.165840-1-soap@gentoo.org> (raw)
* Some distros have not just merged / and /usr, they
have also merged /usr/bin and /usr/sbin. By giving
users the choice of merging */bin and */sbin,
Gentoo follows suit.
Signed-off-by: David Seifert <soap@gentoo.org>
---
profiles/base/make.defaults | 8 ++++----
profiles/base/use.force | 1 +
profiles/use.desc | 1 +
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index b4b872168f1..426c1473f8f 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -117,8 +117,8 @@ USE="${USE} cxx"
USE="${USE} xattr"
# Mike Gilbert <floppym@gentoo.org> (2019-07-14)
-# Enable split-usr by default to keep existing installs as-is.
-USE="${USE} split-usr"
+# Enable split-sbin & split-usr by default to keep existing installs as-is.
+USE="${USE} split-sbin split-usr"
# Tiziano Müller <dev-zero@gentoo.org> (2010-01-24)
# We usually don't want python to (re)write .py[co] files during phase runs
@@ -130,8 +130,8 @@ PYTHONDONTWRITEBYTECODE="1"
# Add in expanded PYTHON_TARGETS or stage1 builds break because of USE="-* ${BOOTSTRAP_USE}"
# This MUST be kept in sync with the PYTHON_TARGETS below
# Mike Gilbert <floppym@gentoo.org> (2018-05-23)
-# sys-apps/baslayout-2.5 needs split-usr enabled.
-BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7"
+# sys-apps/baslayout-2.5 needs split-sbin & split-usr enabled.
+BOOTSTRAP_USE="unicode internal-glib pkg-config split-sbin split-usr python_targets_python3_6 python_targets_python2_7"
# Mike Gilbert <floppym@gentoo.org> (2012-05-15)
# Default target(s) for python-r1.eclass
diff --git a/profiles/base/use.force b/profiles/base/use.force
index b864455a7c8..538c0b37793 100644
--- a/profiles/base/use.force
+++ b/profiles/base/use.force
@@ -3,6 +3,7 @@
# Mike Gilbert <floppym@gentoo.org> (2019-07-20)
# Disabling this requires a migration to be performed.
+split-sbin
split-usr
# Force the GNU/Linux ELIBC, KERNEL, and USERLAND
diff --git a/profiles/use.desc b/profiles/use.desc
index 7fe2510544d..e48b718cb8f 100644
--- a/profiles/use.desc
+++ b/profiles/use.desc
@@ -296,6 +296,7 @@ source - Zip the sources and install them
sox - Add support for Sound eXchange (SoX)
speex - Add support for the speex audio codec (used for speech)
spell - Add dictionary support
+split-sbin - Enable behavior to support maintaining /bin and /usr/bin separately from /sbin and /usr/sbin
split-usr - Enable behavior to support maintaining /bin and /lib separately from /usr/bin and /usr/lib
sqlite - Add support for sqlite - embedded sql database
ssl - Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
--
2.23.0
next reply other threads:[~2019-10-12 11:00 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-12 11:00 David Seifert [this message]
2019-10-12 11:11 ` [gentoo-dev] [PATCH] use.desc: add global USE flag 'split-sbin' Michał Górny
2019-10-12 16:02 ` William Hubbs
2019-10-12 17:01 ` Dennis Schridde
2019-10-12 17:52 ` David Seifert
2019-10-13 16:33 ` Mike Gilbert
2019-10-13 16:43 ` Mike Gilbert
2019-10-13 17:38 ` Michał Górny
2019-10-15 12:00 ` David Seifert
2019-10-15 16:02 ` Mike Gilbert
2019-10-15 16:04 ` Mike Gilbert
2019-10-15 17:34 ` David Seifert
2019-10-16 3:08 ` Joshua Kinard
2019-10-16 15:39 ` William Hubbs
2019-10-16 17:17 ` Ulrich Mueller
2019-10-16 18:19 ` William Hubbs
2019-10-17 6:59 ` Ulrich Mueller
2019-10-19 23:36 ` Joshua Kinard
2019-10-16 9:18 ` Jaco Kroon
2019-10-16 9:48 ` David Seifert
2019-10-16 10:03 ` Jaco Kroon
2019-10-16 10:38 ` Michał Górny
2019-10-16 16:06 ` William Hubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191012110023.165840-1-soap@gentoo.org \
--to=soap@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox