* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2016-02-03 17:33 Richard Farina
0 siblings, 0 replies; 16+ messages in thread
From: Richard Farina @ 2016-02-03 17:33 UTC (permalink / raw
To: gentoo-commits
commit: 8e4a5b6aada6d430b5782ebb94ebd45d86348af8
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 3 17:24:33 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Feb 3 17:33:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4a5b6a
targets/systemd/package.use.mask: mask dev-libs/libusb[static-libs]
profiles/targets/systemd/package.use.mask | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask
index d5850dc..9795831 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -1,7 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+# Rick Farina <zerochaos@gentoo.org> (03 Feb 2016)
+# dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked below
+dev-libs/libusb static-libs
+
# Pacho Ramos <pacho@gentoo.org> (29 May 2014)
# upower support is not needed on setups running systemd, also
# relies on old upower (#508920)
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2016-03-03 10:46 Anthony G. Basile
0 siblings, 0 replies; 16+ messages in thread
From: Anthony G. Basile @ 2016-03-03 10:46 UTC (permalink / raw
To: gentoo-commits
commit: b177a005427479bc7881b6a14bac6dbaff5b1a42
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 10:44:03 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 10:46:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b177a005
profiles/targets/systemd: add stuff for catalyst stage builds
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
profiles/targets/systemd/make.defaults | 2 ++
profiles/targets/systemd/packages.build | 7 +++++++
2 files changed, 9 insertions(+)
diff --git a/profiles/targets/systemd/make.defaults b/profiles/targets/systemd/make.defaults
index ec97938..0956dfe 100644
--- a/profiles/targets/systemd/make.defaults
+++ b/profiles/targets/systemd/make.defaults
@@ -3,3 +3,5 @@
# $Id$
USE="systemd udev"
+
+BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev"
diff --git a/profiles/targets/systemd/packages.build b/profiles/targets/systemd/packages.build
new file mode 100644
index 0000000..6cb51ae
--- /dev/null
+++ b/profiles/targets/systemd/packages.build
@@ -0,0 +1,7 @@
+# Copyright 1999-2014 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Nothing pulls in systemd as a dependency for stage1,
+# so we need to list it here.
+sys-apps/systemd
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2017-02-16 10:43 Ettore Di Giacinto
0 siblings, 0 replies; 16+ messages in thread
From: Ettore Di Giacinto @ 2017-02-16 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 4bd362476a2ee25093e5b9b9564b824ffc623eca
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 10:03:33 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 10:43:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd36247
profiles: Drop mask for app-admin/calamares on non-systemd profiles
profiles/targets/systemd/package.mask | 4 ----
1 file changed, 4 deletions(-)
diff --git a/profiles/targets/systemd/package.mask b/profiles/targets/systemd/package.mask
index 2a0153dffb..928c8f552c 100644
--- a/profiles/targets/systemd/package.mask
+++ b/profiles/targets/systemd/package.mask
@@ -2,10 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-# Johannes Huber <johu@gentoo.org> (23 Jul 2015)
-# Needs sys-apps/systemd, masked in base for non systemd profiles.
--app-admin/calamares
-
# Pacho Ramos <pacho@gentoo.org> (21 Apr 2015)
# This is for running sys-apps/systemd and also helps
# portage to not try to pull in other providers leading to
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2017-03-04 5:06 Richard Farina
0 siblings, 0 replies; 16+ messages in thread
From: Richard Farina @ 2017-03-04 5:06 UTC (permalink / raw
To: gentoo-commits
commit: c100ea362cd0689b960486a479109cbdce9bbe25
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 05:05:50 2017 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 05:06:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c100ea36
systemd profile: mask ubertooth[static-libs] dues to unsatisfied deps
profiles/targets/systemd/package.use.mask | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask
index 5cfd1eb0296..c31a88fb75a 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# Rick Farina <zerochaos@gentoo.org> (04 Mar 2017)
+# requires libusb[static-libs] which requires libudev[static-libs], all masked
+net-wireless/ubertooth static-libs
+
# Rick Farina <zerochaos@gentoo.org> (03 Feb 2016)
# dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked below
dev-libs/libusb static-libs
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2017-06-07 15:59 Mike Gilbert
0 siblings, 0 replies; 16+ messages in thread
From: Mike Gilbert @ 2017-06-07 15:59 UTC (permalink / raw
To: gentoo-commits
commit: 6eca5192b774c452b06dbce12f897a7c0470416e
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 7 15:56:46 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Jun 7 15:58:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eca5192
profiles: drop genkernel mask from systemd profile
There are no obvious bug reports that would warrant a global mask,
and its presence is causing new genkernel bugs to go unreported.
profiles/targets/systemd/package.mask | 4 ----
1 file changed, 4 deletions(-)
diff --git a/profiles/targets/systemd/package.mask b/profiles/targets/systemd/package.mask
index c371911ce71..0556b1ddfe5 100644
--- a/profiles/targets/systemd/package.mask
+++ b/profiles/targets/systemd/package.mask
@@ -7,7 +7,3 @@
# strange blockers.
sys-fs/eudev
sys-fs/udev
-
-# sys-kernel/genkernel is not compatible with Systemd, you need
-# to use sys-kernel/genkernel-next instead
-sys-kernel/genkernel
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2017-12-30 10:16 Michał Górny
0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2017-12-30 10:16 UTC (permalink / raw
To: gentoo-commits
commit: 04adc08f21968c5d8ceb40fc62ee68e9861a3b26
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 09:51:50 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 10:16:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04adc08f
profiles/targets/systemd: Remove refs to removed package USE flags
profiles/targets/systemd/package.use.mask | 2 --
1 file changed, 2 deletions(-)
diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask
index c31a88fb75a..8904a13bc61 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -12,9 +12,7 @@ dev-libs/libusb static-libs
# Pacho Ramos <pacho@gentoo.org> (29 May 2014)
# upower support is not needed on setups running systemd, also
# relies on old upower (#508920)
-# Add telepathy-mission-control because of the same logic.
>=mate-base/mate-session-manager-1.8.1-r1 upower
->=net-im/telepathy-mission-control-5.16.2 upower
# 'static-libs' support on sys-apps/systemd is not provided
virtual/libgudev static-libs
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2018-03-12 17:29 Mike Gilbert
0 siblings, 0 replies; 16+ messages in thread
From: Mike Gilbert @ 2018-03-12 17:29 UTC (permalink / raw
To: gentoo-commits
commit: 238eaeb1245f965ce01b4a9a7519bc135b7a410a
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 12 17:27:46 2018 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Mar 12 17:28:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238eaeb1
profiles: systemd: enable warmstarts by default for net-nds/rpcbind
Bug: https://bugs.gentoo.org/650030#c7
profiles/targets/systemd/package.use | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/profiles/targets/systemd/package.use b/profiles/targets/systemd/package.use
new file mode 100644
index 00000000000..d0552f6cb8b
--- /dev/null
+++ b/profiles/targets/systemd/package.use
@@ -0,0 +1,6 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Mike Gilbert <floppym@gentoo.org> (12 Mar 2018)
+# Satisfy REQUIRED_USE by default, bug 650030.
+net-nds/rpcbind warmstarts
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2019-03-17 17:54 Mart Raudsepp
0 siblings, 0 replies; 16+ messages in thread
From: Mart Raudsepp @ 2019-03-17 17:54 UTC (permalink / raw
To: gentoo-commits
commit: b876370fab12c272592dda9682e1c00ef44319b2
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 17:51:04 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 17:53:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b876370f
profiles/targets/systemd: use.mask elogind
elogind conflicts with systemd, so mask USE=elogind alongside
USE=consolekit in systemd profiles.
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
profiles/targets/systemd/use.mask | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/profiles/targets/systemd/use.mask b/profiles/targets/systemd/use.mask
index 1a827f87f81..68032c1e34e 100644
--- a/profiles/targets/systemd/use.mask
+++ b/profiles/targets/systemd/use.mask
@@ -1,2 +1,3 @@
-# People running systemd must use logind instead, bug #478258
+# People running systemd must use systemd-logind instead, bug #478258
consolekit
+elogind
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2019-08-17 20:43 Georgy Yakovlev
0 siblings, 0 replies; 16+ messages in thread
From: Georgy Yakovlev @ 2019-08-17 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 36f9294d67785f6cda0aa0e19692fb6ee8c8a69b
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 20:30:30 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 20:43:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f9294d
profiles: mask zfs[static-libs] on systemd profiles
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
profiles/targets/systemd/package.use.mask | 1 +
1 file changed, 1 insertion(+)
diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask
index ea352ad9aeb..2fe7deeddea 100644
--- a/profiles/targets/systemd/package.use.mask
+++ b/profiles/targets/systemd/package.use.mask
@@ -15,6 +15,7 @@ virtual/libudev static-libs
sys-fs/cryptsetup static static-libs
sys-fs/lvm2 static static-libs
sys-fs/dmraid static
+sys-fs/zfs static-libs
dev-libs/libgudev static-libs
# These are actually possible, but only if you USE=-udev when building pciutils.
# But package.use.mask doesn't have a way to express that, so this profile loses.
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2019-11-03 14:01 Michał Górny
0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2019-11-03 14:01 UTC (permalink / raw
To: gentoo-commits
commit: f0f55a8aeb61fd11780e6621f6b5ffeddd5976ac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 13:32:46 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 14:01:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f55a8a
profiles/targets/systemd: Default to xfce4-session[policykit]
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/targets/systemd/package.use | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/profiles/targets/systemd/package.use b/profiles/targets/systemd/package.use
index 2a089f2ed4b..117ca20a5c6 100644
--- a/profiles/targets/systemd/package.use
+++ b/profiles/targets/systemd/package.use
@@ -1,6 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2019-11-03)
+# Satisfy REQUIRED_USE.
+xfce-base/xfce4-session policykit
+
# Mike Gilbert <floppym@gentoo.org> (2018-03-12)
# Satisfy REQUIRED_USE by default, bug 650030.
net-nds/rpcbind warmstarts
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2020-12-06 17:23 Mike Gilbert
0 siblings, 0 replies; 16+ messages in thread
From: Mike Gilbert @ 2020-12-06 17:23 UTC (permalink / raw
To: gentoo-commits
commit: fe21321acbb25da213b14b304bd02178bcf4fd16
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 06:26:25 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 17:23:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe21321a
profiles: remove static-libs masks from systemd target
Closes: https://bugs.gentoo.org/758707
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
profiles/targets/systemd/package.use.mask | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/profiles/targets/systemd/package.use.mask b/profiles/targets/systemd/package.use.mask
deleted file mode 100644
index 2fe7deeddea..00000000000
--- a/profiles/targets/systemd/package.use.mask
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Rick Farina <zerochaos@gentoo.org> (2017-03-04)
-# requires libusb[static-libs] which requires libudev[static-libs], all masked
-net-wireless/ubertooth static-libs
-
-# Rick Farina <zerochaos@gentoo.org> (2016-02-03)
-# dev-libs/libusb[static-libs] requires libudev[static-libs] which is masked below
-dev-libs/libusb static-libs
-
-# 'static-libs' support on sys-apps/systemd is not provided
-virtual/libgudev static-libs
-virtual/libudev static-libs
-sys-fs/cryptsetup static static-libs
-sys-fs/lvm2 static static-libs
-sys-fs/dmraid static
-sys-fs/zfs static-libs
-dev-libs/libgudev static-libs
-# These are actually possible, but only if you USE=-udev when building pciutils.
-# But package.use.mask doesn't have a way to express that, so this profile loses.
-sys-apps/flashrom static
-sys-apps/pciutils static-libs
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2021-04-22 15:07 Michał Górny
0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2021-04-22 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 13fb0f9d279634f60eb0555a33446454e167dbec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 11:27:00 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 15:06:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fb0f9d
profiles/targets/systemd: Remove stale policykit enforcement
Reported by Jan Psota.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/targets/systemd/package.use | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/profiles/targets/systemd/package.use b/profiles/targets/systemd/package.use
index 117ca20a5c6..be658f6e6a5 100644
--- a/profiles/targets/systemd/package.use
+++ b/profiles/targets/systemd/package.use
@@ -1,10 +1,6 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Michał Górny <mgorny@gentoo.org> (2019-11-03)
-# Satisfy REQUIRED_USE.
-xfce-base/xfce4-session policykit
-
# Mike Gilbert <floppym@gentoo.org> (2018-03-12)
# Satisfy REQUIRED_USE by default, bug 650030.
net-nds/rpcbind warmstarts
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2022-01-03 7:53 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-01-03 7:53 UTC (permalink / raw
To: gentoo-commits
commit: 103dd4118d3ded7bced6df69e1108bd86e4110ae
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 07:49:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 07:49:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103dd411
profiles/targets/systemd: it's 2022, not 2021 (fix mask date)
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/targets/systemd/package.use.force | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/profiles/targets/systemd/package.use.force b/profiles/targets/systemd/package.use.force
index ee209ac51ca1..f662b57f596f 100644
--- a/profiles/targets/systemd/package.use.force
+++ b/profiles/targets/systemd/package.use.force
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Sam James <sam@gentoo.org> (2021-01-03)
+# Sam James <sam@gentoo.org> (2022-01-03)
# Need systemd enabled here for depgraph: bug #830485
# (only sys-fs/eudev supports static which isn't available on systemd profiles)
sys-fs/mdadm systemd
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2022-10-06 19:59 Georgy Yakovlev
0 siblings, 0 replies; 16+ messages in thread
From: Georgy Yakovlev @ 2022-10-06 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 98f33c7e1471a5fc0cf80c633ff442222d851aa0
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 5 17:26:03 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 19:59:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f33c7e
profiles/targets/systemd: add sysv-utils to BOOTSTRAP_USE
catalyst, bootstrap.sh and BOOTSTRAP_USE all set USE=-*
at various stages of builds.
This results in systemd build with -sysv-utils and pulls
sys-apps/sysvinit as a dependency in stage1/stage2 builds.
Closes: https://github.com/gentoo/gentoo/pull/27644
Suggested-by: Mike Gilbert <floppym <AT> gentoo.org>
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
profiles/targets/systemd/make.defaults | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/profiles/targets/systemd/make.defaults b/profiles/targets/systemd/make.defaults
index 8bc064858b21..5db64cfb8cc4 100644
--- a/profiles/targets/systemd/make.defaults
+++ b/profiles/targets/systemd/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
USE="systemd udev"
-BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd udev"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} systemd sysv-utils udev"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2023-06-15 2:08 Sam James
0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2023-06-15 2:08 UTC (permalink / raw
To: gentoo-commits
commit: 4f80c1d900712c852c8b6dddd89580fd5a01ac86
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 02:07:51 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 02:07:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f80c1d9
profiles/targets/systemd: force USE=systemd on virtual/udev & virtual/tmpfiles
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/targets/systemd/package.use.force | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/profiles/targets/systemd/package.use.force b/profiles/targets/systemd/package.use.force
index f662b57f596f..b539477922c6 100644
--- a/profiles/targets/systemd/package.use.force
+++ b/profiles/targets/systemd/package.use.force
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2022-01-03)
@@ -9,3 +9,5 @@ sys-fs/mdadm systemd
# Mike Gilbert <floppym@gentoo.org> (2015-04-22)
# Force systemd to avoid depgraph breakage, bug 547360.
virtual/libudev systemd
+virtual/udev systemd
+virtual/tmpfiles systemd
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/
@ 2023-10-13 6:44 Florian Schmaus
0 siblings, 0 replies; 16+ messages in thread
From: Florian Schmaus @ 2023-10-13 6:44 UTC (permalink / raw
To: gentoo-commits
commit: 69a107f67ddb4246b893d4416c1ed7461de35052
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 06:44:09 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 06:44:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a107f6
profiles/targets/systemd: remove obsolete sys-fs/eudev entry
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
profiles/targets/systemd/package.mask | 8 --------
1 file changed, 8 deletions(-)
diff --git a/profiles/targets/systemd/package.mask b/profiles/targets/systemd/package.mask
deleted file mode 100644
index eb629cd341a2..000000000000
--- a/profiles/targets/systemd/package.mask
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Pacho Ramos <pacho@gentoo.org> (2015-04-21)
-# This is for running sys-apps/systemd and also helps
-# portage to not try to pull in other providers leading to
-# strange blockers.
-sys-fs/eudev
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2023-10-13 6:44 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07 15:59 [gentoo-commits] repo/gentoo:master commit in: profiles/targets/systemd/ Mike Gilbert
-- strict thread matches above, loose matches on Subject: below --
2023-10-13 6:44 Florian Schmaus
2023-06-15 2:08 Sam James
2022-10-06 19:59 Georgy Yakovlev
2022-01-03 7:53 Sam James
2021-04-22 15:07 Michał Górny
2020-12-06 17:23 Mike Gilbert
2019-11-03 14:01 Michał Górny
2019-08-17 20:43 Georgy Yakovlev
2019-03-17 17:54 Mart Raudsepp
2018-03-12 17:29 Mike Gilbert
2017-12-30 10:16 Michał Górny
2017-03-04 5:06 Richard Farina
2017-02-16 10:43 Ettore Di Giacinto
2016-03-03 10:46 Anthony G. Basile
2016-02-03 17:33 Richard Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox