public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2015-08-17 18:58 Mike Frysinger
  0 siblings, 0 replies; 40+ messages in thread
From: Mike Frysinger @ 2015-08-17 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7444b0de8068e3392335006b7cb7c9805b761149
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 07:27:26 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 07:27:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7444b0de

profiles: linux: enable USE=seccomp by default

 profiles/default/linux/make.defaults | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index 7ad3bdb..be2f6a1 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -17,6 +17,9 @@ USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
 # make sure toolchain has sane defaults <tooclhain@gentoo.org>
 USE="${USE} fortran openmp"
 
+# Security ftw.
+USE="${USE} seccomp"
+
 # 2010/10/21 - Ole Markus With <olemarkus@gentoo.org>
 # These USE flags were originally inserted here because of PHP
 # and were later removed by me. Reinserting the USE flags again because they are


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2015-08-23 10:40 Christian Ruppert
  0 siblings, 0 replies; 40+ messages in thread
From: Christian Ruppert @ 2015-08-23 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d5973067daf4cf5107b627cfa1ece12eaded4d81
Author:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 10:39:10 2015 +0000
Commit:     Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 10:39:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5973067

profiles/default/linux/package.use.mask: use mask net-dns/bind[seccomp]

seccomp seems completely broken currently but has been added as global default
apparently... bug 558100
https://archives.gentoo.org/gentoo-dev/message/38503d86a1c41bccfa607745467b1be7

 profiles/default/linux/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index a04e5c9..a735ef9 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -2,6 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Christian Ruppert <idl0r@gentoo.org> (23 Aug 2015)
+# seccomp seems completely broken currently but has been added as global default
+# apparently... #558100
+# https://archives.gentoo.org/gentoo-dev/message/38503d86a1c41bccfa607745467b1be7
+net-dns/bind seccomp
+
 # Patrick Lauer <patrick@gentoo.org> (17 Mar 2014)
 # Fallout from ruby1.8 masking #505226
 =app-mobilephone/obexftp-0.23-r1 ruby


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2015-09-03 11:04 Michael Palimaka
  0 siblings, 0 replies; 40+ messages in thread
From: Michael Palimaka @ 2015-09-03 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4e4ad4e26c19bccb91426290a726ce6fec4d3167
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 11:03:29 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 11:04:23 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4ad4e2

profiles: mask fam USE flag for various KDE packages on linux.

Native inotify support is preferred instead.

Gentoo-bug: 559488
Gentoo-bug: 559494
Gentoo-bug: 559508

 profiles/default/linux/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index a735ef9..bcccd3d 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -2,6 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Michael Palimaka <kensington@gentoo.org> (03 Sep 2015)
+# Native inotify support is preferred on linux.
+app-misc/strigi fam
+kde-base/kdelibs fam
+kde-frameworks/kcoreaddons fam
+
 # Christian Ruppert <idl0r@gentoo.org> (23 Aug 2015)
 # seccomp seems completely broken currently but has been added as global default
 # apparently... #558100


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2015-10-29 23:44 Anthony G. Basile
  0 siblings, 0 replies; 40+ messages in thread
From: Anthony G. Basile @ 2015-10-29 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     dc1830831591723b5ca258488552aee760f97e64
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 23:50:31 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 23:50:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc183083

profiles: relax USE flag maskings on xapian-bindings-1.3

 profiles/default/linux/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index cc70abd..b830e7c 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -38,10 +38,6 @@ net-p2p/fms frost
 # upstream will not fix this problem soon
 media-video/rtmpdump polarssl
 
-# Anthony G. Basile <blueness@gentoo.org> (10 Aug 2013)
-# mask php and mono bindings pending more testing
-=dev-libs/xapian-bindings-1.3.1 php mono
-
 # Diego Elio Pettenò (27 Aug 2012)
 # The libpci access is only used for linux.
 net-analyzer/net-snmp -pci


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2015-11-19  5:57 NP Hardass
  0 siblings, 0 replies; 40+ messages in thread
From: NP Hardass @ 2015-11-19  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8d8b22b17b6254fd213b8fc5480a55eeec9dac2b
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 05:56:36 2015 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 05:57:30 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8b22b1

app-emulation/wine: Temporarily mask gstreamer USE in >=1.7.54, #565884

 profiles/default/linux/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index b830e7c..d0c9bf2 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# NP-Hardass <np-hardass@gentoo.org> (19 Nov 2015)
+# Temporarily masking due to user requests in #565884
+>=app-emulation/wine-1.7.54 gstreamer
+
 # Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
 # This is masked in base/package.use.mask as Linux only.
 sys-auth/consolekit -cgroups


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2016-01-19  2:04 NP Hardass
  0 siblings, 0 replies; 40+ messages in thread
From: NP Hardass @ 2016-01-19  2:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6acdf676a9ab253907be688d363eab3af0bebcd1
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 02:01:50 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 02:03:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acdf676

profiles: reduce app-emulation/wine gstreamer mask to 1.7.54 only

 profiles/default/linux/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index d0c9bf2..d1d9b75 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -4,7 +4,7 @@
 
 # NP-Hardass <np-hardass@gentoo.org> (19 Nov 2015)
 # Temporarily masking due to user requests in #565884
->=app-emulation/wine-1.7.54 gstreamer
+=app-emulation/wine-1.7.54 gstreamer
 
 # Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
 # This is masked in base/package.use.mask as Linux only.


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2016-01-24 22:48 Matt Thode
  0 siblings, 0 replies; 40+ messages in thread
From: Matt Thode @ 2016-01-24 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     3ed063d792064b1b8979b6adbfb1079adbad8a60
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 22:46:58 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 22:46:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed063d7

package.use.mask studio for net-analyzer/icinga2

 profiles/default/linux/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index f2cadad..d8661a6 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -3,6 +3,10 @@
 # $Id$
 
 # prometheanfire <prometheanfire@gentoo.org> (24 Jan 2016)
+# studio support is best effort only
+net-analyzer/icinga2 studio
+
+# prometheanfire <prometheanfire@gentoo.org> (24 Jan 2016)
 # xen support for nova is kinda not all there...
 # will likely remove the flag entirely
 sys-cluster/nova xen


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2016-07-24 23:27 NP Hardass
  0 siblings, 0 replies; 40+ messages in thread
From: NP Hardass @ 2016-07-24 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     723d5a2b03231b06f8dd30c32cc581cffc611a5d
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 14:47:23 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 23:27:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723d5a2b

profiles: Drop mask on dropped version

 profiles/default/linux/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index f9207fd..1322540 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -6,10 +6,6 @@
 # studio support is best effort only
 net-analyzer/icinga2 studio
 
-# NP-Hardass <np-hardass@gentoo.org> (19 Nov 2015)
-# Temporarily masking due to user requests in #565884
-=app-emulation/wine-1.7.54 gstreamer
-
 # Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
 # This is masked in base/package.use.mask as Linux only.
 sys-auth/consolekit -cgroups


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2016-11-24  0:25 Matt Thode
  0 siblings, 0 replies; 40+ messages in thread
From: Matt Thode @ 2016-11-24  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6a932ae767a726895beab661dd73820b2e69dd97
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 23:47:57 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 00:25:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a932ae7

remove the p.use.mask for icinga2 studio

 profiles/default/linux/package.use.mask | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 7858b8b..abbde26 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -2,10 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# prometheanfire <prometheanfire@gentoo.org> (24 Jan 2016)
-# studio support is best effort only
-net-analyzer/icinga2 studio
-
 # Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
 # This is masked in base/package.use.mask as Linux only.
 sys-auth/consolekit -cgroups


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2017-01-20 17:52 Matt Turner
  0 siblings, 0 replies; 40+ messages in thread
From: Matt Turner @ 2017-01-20 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d3ac878318dd96a88190a13b5ac7572ec0c56380
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 17:51:39 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 17:52:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ac8783

profiles: Switch default INPUT_DEVICES to libinput on Linux.

Bug: https://bugs.gentoo.org/601132

 profiles/default/linux/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index e189f2b..d8fa18d 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -36,9 +36,9 @@ USE="${USE} dri"
 # on glibc system you cannot turn it off
 USE="${USE} iconv"
 
-# 2006/06/30 - Donnie Berkholz <dberkholz@gentoo.org>
+# 2017/01/17 - Matt Turner <mattst88@gentoo.org>
 # Sane defaults for input drivers
-INPUT_DEVICES="keyboard mouse evdev"
+INPUT_DEVICES="libinput"
 
 # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
 # Lowest common denominator defaults for video drivers,


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2017-02-14  5:14 Brian Dolbec
  0 siblings, 0 replies; 40+ messages in thread
From: Brian Dolbec @ 2017-02-14  5:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3f7e79b8fce38167058452bc51969268fd50650e
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 05:08:19 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 05:13:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7e79b8

profiles/linux/default: Add app-portage/layman g-sorcery to package.use.mask

Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 2c125e531a..bc96b40e81 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -2,6 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Brian Dolbec <dolsen@gentoo.org> (13 Feb 2017)
+# Mask g-sorcery use flag, not as fully developed
+# not currently being developed
+app-portage/layman g-sorcery
+
 # Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
 # This is masked in base/package.use.mask as Linux only.
 sys-auth/consolekit -cgroups


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2017-10-30  1:26 Mike Gilbert
  0 siblings, 0 replies; 40+ messages in thread
From: Mike Gilbert @ 2017-10-30  1:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c420d6cd69aa5ae5828891d2398bfa3777f9b409
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 01:24:42 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 01:24:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c420d6cd

profiles: disable net-libs/mbedtls[zlib] by default

Closes: https://bugs.gentoo.org/635822

 profiles/default/linux/package.use | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use
index 3b2e027ebf8..36a4bb16d5d 100644
--- a/profiles/default/linux/package.use
+++ b/profiles/default/linux/package.use
@@ -1,6 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Mike Gilbert <floppym@gentoo.org> (29 Oct 2017)
+# Override default from make.defaults, bug 635822.
+net-libs/mbedtls -zlib
+
 # Mike Frysinger <vapier@gentoo.org> (12 Nov 2015)
 # We want busybox statically linked by default as it is the system rescue shell.
 # But we cannot statically link pam, so turn that off by default. #468580


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2018-02-11 14:27 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 40+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2018-02-11 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4f1e7ee1fb48e4e474a034b3dd2657e9fd5b6f08
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 14:24:53 2018 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 14:26:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1e7ee1

Replace virtual/package-manager with sys-apps/portage to ensure portage is installed during stage1 build.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>

 profiles/default/linux/packages.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build
index 3a6c0b85091..12c9fa3fedc 100644
--- a/profiles/default/linux/packages.build
+++ b/profiles/default/linux/packages.build
@@ -27,6 +27,7 @@ sys-apps/gawk
 sys-apps/grep
 sys-apps/less
 sys-apps/net-tools
+sys-apps/portage
 sys-apps/sed
 sys-devel/binutils
 sys-devel/bison
@@ -39,7 +40,6 @@ sys-devel/patch
 virtual/editor
 virtual/libc
 virtual/os-headers
-virtual/package-manager
 virtual/pkgconfig
 virtual/shadow
 sys-apps/which


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2018-02-11 14:27 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 40+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2018-02-11 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     80f1c6e906a620265668acdf0eb82a19df9f5c29
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 14:20:36 2018 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 14:26:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f1c6e9

Remove old cruft from the packages.build file.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>

 profiles/default/linux/packages.build | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build
index 6d655493ff1..3a6c0b85091 100644
--- a/profiles/default/linux/packages.build
+++ b/profiles/default/linux/packages.build
@@ -43,7 +43,3 @@ virtual/package-manager
 virtual/pkgconfig
 virtual/shadow
 sys-apps/which
-
-# This was added too soon.
-# The new udev version needs to stabled first
-#sys-apps/kmod


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2019-01-13 20:38 William Hubbs
  0 siblings, 0 replies; 40+ messages in thread
From: William Hubbs @ 2019-01-13 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     382f3f3baa44fd8dd8a7cf1a02144aa08d2cd0d7
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 13 20:33:44 2019 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Jan 13 20:37:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382f3f3b

profiles: mask floppy use flag on memtest86+

This is being done because it requires grub:0 which is being removed.

Bug: https://bugs.gentoo.org/674364

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 596bcd617ea..e736a8b2a36 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# William Hubbs <williamh@gentoo.org> (13 Jan 2019)
+# For memtest86+ mask the floppy use flag since it requires grub:0 which
+# is being removed
+# (bug #674364)
+sys-apps/memtest86+ floppy
+
 # Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
 # This is masked in base/package.use.mask as Linux only.
 sys-auth/consolekit -cgroups


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2019-04-14 15:23 Aaron Bauman
  0 siblings, 0 replies; 40+ messages in thread
From: Aaron Bauman @ 2019-04-14 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e8be56a94c0b37fb9475fc2d7080359b45b5353c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:22:22 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:23:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8be56a9

profiles/linux/package.use.mask: add dev-cpp/xsd

* This masks the ace USE for dev-cpp/xsd

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 596bcd617ea..9f49523996e 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Aaron Bauman <bman@gentoo.org> (14 Apr 2019)
+# Masked due to vulnerability in dev-libs/ace
+dev-cpp/xsd ace
+
 # Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
 # This is masked in base/package.use.mask as Linux only.
 sys-auth/consolekit -cgroups


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2019-09-17 20:39 Patrick McLean
  0 siblings, 0 replies; 40+ messages in thread
From: Patrick McLean @ 2019-09-17 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     eb4eb4117e27751666d425330eb9bb819531abc0
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Sep 17 20:36:53 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 20:39:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4eb411

profiles: mask dpdk USE flag on ceph-14 (bug #693018)

Bug: https://bugs.gentoo.org/693018
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
Copyright: Sony Interactive Entertainment Inc.

 profiles/default/linux/package.use.mask | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 32fcd3ab13f..2e8ea3fca55 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,6 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Patrick McLean <chutzpah@gentoo.org> (2019-09-17)
+# Masked due to upstream build failures (bug #693018)
+# One example: https://tracker.ceph.com/issues/41523
+>=sys-cluster/ceph-14.2 dpdk
+
 # Aaron Bauman <bman@gentoo.org> (2019-04-14)
 # Masked due to vulnerability in dev-libs/ace
 dev-cpp/xsd ace


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2019-10-15 13:27 Lars Wendler
  0 siblings, 0 replies; 40+ messages in thread
From: Lars Wendler @ 2019-10-15 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7e8c8035ec39f2be7425d3bac093c428dd9a1246
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Tue Oct 15 13:26:13 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 13:27:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8c8035

default/linux/package.use.mask: Mask fam for net-fs/samba

Similar to kde-frameworks/kcoreaddons and =dev-libs/glib-2*, net-fs/samba
prefers inotify.

Bug: https://bugs.gentoo.org/697476
Package-Manager: Portage-2.3.76
Signed-off-by: Peter Levine <plevine457 <AT> gmail.com>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 5dbcaf761f6..da2cfa4198e 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Peter Levine <plevine457@gmail.com> (2019-10-01)
+# Native inotify support is preferred on linux.
+# https://bugs.gentoo.org/697476
+net-fs/samba fam
+
 # Patrick McLean <chutzpah@gentoo.org> (2019-09-17)
 # Masked due to upstream build failures (bug #693018)
 # One example: https://tracker.ceph.com/issues/41523


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2019-12-23 21:18 Alexey Shvetsov
  0 siblings, 0 replies; 40+ messages in thread
From: Alexey Shvetsov @ 2019-12-23 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5863a2695cc2cd353665cc3514bdc2b50beba23f
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 21:09:58 2019 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 21:18:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5863a269

profiles/default/linux: p.u.m gromacs[python]

Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index da2cfa4198e..5a1539179aa 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Alexey Shvetsov <alexxy@gentoo.org> (2019-12-24)
+# Gromacs python module install br0ken
+sci-chemistry/gromacs python
+
 # Peter Levine <plevine457@gmail.com> (2019-10-01)
 # Native inotify support is preferred on linux.
 # https://bugs.gentoo.org/697476


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2020-10-01 11:50 Tony Vroon
  0 siblings, 0 replies; 40+ messages in thread
From: Tony Vroon @ 2020-10-01 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f727fd1560328d4085e8477cb7e8d0dc6fc97a12
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 11:48:06 2020 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 11:49:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f727fd15

package.use.mask: app-arch/rpm lua

Upstream RPM requires Lua 5.2 or newer. This is not a satisfiable
dependency in the tree at this time.

Signed-Off-By: Tony Vroon <chainsaw <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index ec1ce5cca9d..50ef308ad69 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,9 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Alexey Shvetsov <alexxy@gentoo.org> (2019-12-24)
-# Gromacs python module install br0ken
-sci-chemistry/gromacs python
+# Tony Vroon <chainsaw@gentoo.org> (2020-10-01)
+# Upstream requires Lua 5.2 which is not a satisfiable 
+# dependency at this point in time.
+app-arch/rpm lua
 
 # Peter Levine <plevine457@gmail.com> (2019-10-01)
 # Native inotify support is preferred on linux.


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2020-10-01 11:52 Tony Vroon
  0 siblings, 0 replies; 40+ messages in thread
From: Tony Vroon @ 2020-10-01 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3e6e79caaf14c6c26e4935dea0925347dbd47556
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 11:51:59 2020 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 11:51:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6e79ca

package.use.mask: Readd lost mask

I accidentally removed the last mask when adding a new one.
Fix it up.

Signed-Off-By: Tony Vroon <chainsaw <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 50ef308ad69..2210983ff5a 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -6,6 +6,10 @@
 # dependency at this point in time.
 app-arch/rpm lua
 
+# Alexey Shvetsov <alexxy@gentoo.org> (2019-12-24)
+# Gromacs python module install br0ken
+sci-chemistry/gromacs python
+
 # Peter Levine <plevine457@gmail.com> (2019-10-01)
 # Native inotify support is preferred on linux.
 # https://bugs.gentoo.org/697476


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2021-02-07  2:17 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2021-02-07  2:17 UTC (permalink / raw
  To: gentoo-commits

commit:     cd1f2b8be17797d5efc38aeca51ab86a6fd34eb6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 02:13:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 02:13:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1f2b8b

profiles/default/linux/package.use.mask: net-dns/pdnsd[isdn] is gone

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 3bb3d790136..511d4bbaff6 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -48,4 +48,4 @@ app-arch/libarchive -e2fsprogs
 # Diego E. Pettenò <flameeyes@gentoo.org> (2011-03-27)
 #
 # Unmask pdnsd's Linux-specific USE flags.
-net-dns/pdnsd -isdn -urandom
+net-dns/pdnsd -urandom


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2021-05-06  6:53 Andrey Grozin
  0 siblings, 0 replies; 40+ messages in thread
From: Andrey Grozin @ 2021-05-06  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     56107f27a8ea14c1c720fa52837f83614c56b45d
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 06:51:25 2021 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu May  6 06:51:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56107f27

profiles/default/linux/package.use.mask: mask media-gfx/asymptote offscreen

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 0a7c8e5cb3c..2b4f9ea7dd2 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andrey Grozin <grozin@gentoo.org> (2021-05-06)
+# Upstream bug: all versions in the tree fail to compile
+# bug #782688
+media-gfx/asymptote offscreen
+
 # Peter Levine <plevine457@gmail.com> (2019-10-01)
 # Native inotify support is preferred on linux.
 # bug #697476


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2021-06-30 23:12 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2021-06-30 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a68f1bb12b7fee22c89dba839ab252dd865f2763
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 23:11:51 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 23:11:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68f1bb1

default/linux/make.defaults: Drop USE="berkdb" from defaults

Bug: https://bugs.gentoo.org/792222
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20990
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index 53627949e14..759764ed3e9 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 #
 # System-wide defaults for the Portage system
@@ -11,7 +11,7 @@
 
 
 # Default starting set of USE flags for all default/linux profiles.
-USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
+USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
 
 # make sure toolchain has sane defaults <tooclhain@gentoo.org>
 USE="${USE} fortran openmp"


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2021-06-30 23:13 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2021-06-30 23:13 UTC (permalink / raw
  To: gentoo-commits

commit:     42caf5961b14732427d385756f40986682eb9448
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 23:12:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 23:12:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42caf596

profiles/default/linux: fix toolchain@ typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index 759764ed3e9..168f895eaf7 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -13,7 +13,7 @@
 # Default starting set of USE flags for all default/linux profiles.
 USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
 
-# make sure toolchain has sane defaults <tooclhain@gentoo.org>
+# make sure toolchain has sane defaults <toolchain@gentoo.org>
 USE="${USE} fortran openmp"
 
 # Security ftw.


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2021-08-22 12:50 Andreas K. Hüttel
  0 siblings, 0 replies; 40+ messages in thread
From: Andreas K. Hüttel @ 2021-08-22 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b12946869a4d66ee63e15101d5aea52d336bb02a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 12:48:28 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 12:50:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1294686

default/linux/packages.build: Add app-admin/eselect explicitly

eselect used to be a hard dependency (PDEPEND) of python. This is not the
case anymore, but it's still expected to be present during stage builds,
leading to (so far luckily harmless) errors.

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/default/linux/packages.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build
index 6add4b8900c..6075223d5e1 100644
--- a/profiles/default/linux/packages.build
+++ b/profiles/default/linux/packages.build
@@ -7,6 +7,7 @@
 # While shadow could be in here, it breaks stage 1 and stage 2 building for the
 # releases.  PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TESTED IT!
 
+app-admin/eselect
 app-arch/bzip2
 app-arch/gzip
 app-arch/xz-utils


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2021-09-24 21:02 Mike Gilbert
  0 siblings, 0 replies; 40+ messages in thread
From: Mike Gilbert @ 2021-09-24 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     971176581ada9973cf45ac3b3230d6476fae48fb
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 19:38:18 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 20:58:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97117658

profiles/default/linux: remove busybox from package.use

With busybox no longer in @system, there is no reason to make it static
by default.

Bug: https://bugs.gentoo.org/750920
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/default/linux/package.use | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use
index e45526319f5..a283c16b146 100644
--- a/profiles/default/linux/package.use
+++ b/profiles/default/linux/package.use
@@ -1,15 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Mike Gilbert <floppym@gentoo.org> (2017-10-29)
 # Override default from make.defaults, bug 635822.
 net-libs/mbedtls -zlib
 
-# Mike Frysinger <vapier@gentoo.org> (2015-11-12)
-# We want busybox statically linked by default as it is the system rescue shell.
-# But we cannot statically link pam, so turn that off by default. #468580
-sys-apps/busybox -pam static
-
 # Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (2011-02-13)
 # Disable deprecated bsddb module of Python 2 by default.
 =dev-lang/python-2* -berkdb


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2021-09-24 21:02 Mike Gilbert
  0 siblings, 0 replies; 40+ messages in thread
From: Mike Gilbert @ 2021-09-24 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d6ab67e78875aebd3b88a5a1dc84cde4ec29490f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  9 19:29:02 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 20:58:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ab67e7

profiles/default/linux: remove busybox from @system

busybox[static] was added to @system as a system recovery tool. It's
unclear why a recovery tool should be present in @system and stage3
tarballs.

If the system is in such a state that a static shell is needed for
recovery, it is likely that remote access is also broken, and the
sysadmin will need to log into a console. At that point, they could boot
from recovery media anyway.

Bug: https://bugs.gentoo.org/750920
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/default/linux/packages | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/default/linux/packages b/profiles/default/linux/packages
index d0b8745d044..6d35bf72e20 100644
--- a/profiles/default/linux/packages
+++ b/profiles/default/linux/packages
@@ -1,4 +1,4 @@
-# Copyright 2004-2015 Gentoo Foundation.
+# Copyright 2004-2021 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # This file extends the base packages file for the default profile that all
@@ -6,7 +6,6 @@
 # will have.  Some will have an selinux profile (see ${PORTDIR}/profiles/selinux).
 # The idea is to only create a new family of profiles when absolutely necessary.
 
-*sys-apps/busybox
 *sys-apps/iproute2
 *sys-apps/man-pages
 *sys-apps/net-tools


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2021-12-20 19:01 Mike Gilbert
  0 siblings, 0 replies; 40+ messages in thread
From: Mike Gilbert @ 2021-12-20 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     89d7cf613dc997bcaea196b22295328192fc9ef8
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 17 14:36:27 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 19:00:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d7cf61

profiles/default/linux: set gl_cv_type_time_t_bits_macro=no

This is intended to prevent packages from automatically switching to
64-bit time_t on 32-bit ABIs. Making this switch in an uncontrolled
manner will lead to inconsistent library ABIs that fail at runtime.

At a later time, we will take steps to enable 64-bit time_t distro-wide.

https://wiki.gentoo.org/wiki/Project:Toolchain/time64_migration

Bug: https://bugs.gentoo.org/828001
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/default/linux/make.defaults | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index 6ae7cf297cf3..db9698a32848 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -53,3 +53,8 @@ VIDEO_CARDS="dummy fbdev v4l"
 # Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build
 # because of whitespace.
 LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+
+# Mike Gilbert <floppym@gentoo.org> (2021-12-17)
+# Prevent automagic use of 64-bit time_t.
+# https://bugs.gentoo.org/828001
+gl_cv_type_time_t_bits_macro="no"


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2022-01-03  5:10 Andrey Grozin
  0 siblings, 0 replies; 40+ messages in thread
From: Andrey Grozin @ 2022-01-03  5:10 UTC (permalink / raw
  To: gentoo-commits

commit:     df71c189b422e852a650c55972c86b97312c78b8
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  3 05:06:45 2022 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 05:06:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df71c189

profiles/default/linux: package.use.mask
Mask offscreen only for <media-gfx/asymptote-2.74

Bug: https://bugs.gentoo.org/782688
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index c110492efeac..50362fdc81fe 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Andrey Grozin <grozin@gentoo.org> (2021-05-06)
-# Upstream bug: all versions in the tree fail to compile
+# Upstream bug: old versions fail to compile
 # bug #782688
-media-gfx/asymptote offscreen
+<media-gfx/asymptote-2.74 offscreen
 
 # Peter Levine <plevine457@gmail.com> (2019-10-01)
 # Native inotify support is preferred on linux.


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2022-02-22 17:31 Mike Gilbert
  0 siblings, 0 replies; 40+ messages in thread
From: Mike Gilbert @ 2022-02-22 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     00f2388f06a9681e4050be48aa7caa1bd1c1b861
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 17:29:03 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 17:29:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f2388f

profiles/default/linux: set enable_year2038="no"

This bypasses the 64-bit time_t configure logic entirely, and prevents
configure failures on 32-bit systems where /usr/bin/touch supports
64-bit timestamps.

Bug: https://bugs.gentoo.org/828001
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/default/linux/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index db9698a32848..ac82c2ea8184 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 #
 # System-wide defaults for the Portage system
@@ -57,4 +57,4 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed"
 # Mike Gilbert <floppym@gentoo.org> (2021-12-17)
 # Prevent automagic use of 64-bit time_t.
 # https://bugs.gentoo.org/828001
-gl_cv_type_time_t_bits_macro="no"
+enable_year2038="no"


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2022-06-10  6:39 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2022-06-10  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d0fca3bd1017424a00f2a72dfe42de89a63c3620
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 06:39:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 06:39:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fca3bd

profiles/default/linux: remove obsolete comment

shadow is already in the file.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/packages.build | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build
index 6075223d5e16..687daa689cf7 100644
--- a/profiles/default/linux/packages.build
+++ b/profiles/default/linux/packages.build
@@ -1,12 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This file describes the packages needed to build a stage1 based on this
 # profile.  Packages in this file are built in order.
 
-# While shadow could be in here, it breaks stage 1 and stage 2 building for the
-# releases.  PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TESTED IT!
-
 app-admin/eselect
 app-arch/bzip2
 app-arch/gzip


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2023-01-25 18:37 Ben Kohler
  0 siblings, 0 replies; 40+ messages in thread
From: Ben Kohler @ 2023-01-25 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4e955fee91e08f99b4b1e8b8dbdfb34f447e7275
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 18:37:02 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 18:37:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e955fee

profiles: remove sys-apps/which from packages.build (stage1)

Bug: https://bugs.gentoo.org/502084

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 profiles/default/linux/packages.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build
index 687daa689cf7..7515c782bca4 100644
--- a/profiles/default/linux/packages.build
+++ b/profiles/default/linux/packages.build
@@ -40,4 +40,3 @@ virtual/editor
 virtual/libc
 virtual/os-headers
 virtual/pkgconfig
-sys-apps/which


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2023-04-01 16:53 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2023-04-01 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     960062543c509433324fbd906650fe9629674bf4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 03:04:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 16:51:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96006254

profiles/default/linux: sort mask dates

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 14 +++++++-------
 profiles/default/linux/use.mask         | 10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index f1d08717fb06..9694fb2c9fad 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -15,7 +15,7 @@ net-fs/samba fam
 # Native inotify support is preferred on linux.
 kde-frameworks/kcoreaddons fam
 
-# Diego Elio Pettenò (2012-08-27)
+# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-27)
 # The libpci access is only used for linux.
 net-analyzer/net-snmp -pci
 
@@ -24,7 +24,7 @@ net-analyzer/net-snmp -pci
 # should use it until documentation improves.
 sys-fs/zfs kernel-builtin
 
-# Diego Elio Pettenò (2012-08-20)
+# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-20)
 # The prevent-removal USE flag is only implemented for Linux.
 sys-auth/pam_mktemp -prevent-removal
 
@@ -32,13 +32,13 @@ sys-auth/pam_mktemp -prevent-removal
 # Masked in base/package.use.mask as Linux -only feature
 app-arch/libarchive -e2fsprogs
 
+# Diego E. Pettenò <flameeyes@gentoo.org> (2011-03-27)
+#
+# Unmask pdnsd's Linux-specific USE flags.
+net-dns/pdnsd -urandom
+
 # Diego E. Pettenò <flameeyes@gentoo.org> (2009-08-20)
 # Mask oss USE flag for PulseAudio; it's present for compatibility
 # with FreeBSD and other operating systems that have no better
 # interfaces, but people would probably abuse it with Linux as well.
 media-sound/pulseaudio-daemon oss
-
-# Diego E. Pettenò <flameeyes@gentoo.org> (2011-03-27)
-#
-# Unmask pdnsd's Linux-specific USE flags.
-net-dns/pdnsd -urandom

diff --git a/profiles/default/linux/use.mask b/profiles/default/linux/use.mask
index 3001bb9f1f34..6c426493a0fb 100644
--- a/profiles/default/linux/use.mask
+++ b/profiles/default/linux/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation.
+# Copyright 1999-2023 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # This file masks out USE flags that are simply NOT allowed in the default
@@ -6,10 +6,10 @@
 # profile (such as the selinux profiles) have a USE flag associated with
 # them.
 
-# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-27)
-# netlink is a Linux-specific interface
--netlink
-
 # Samuli Suominen <ssuominen@gentoo.org> (2013-04-19)
 # Linux specific module loading/unloading support
 -kmod
+
+# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-27)
+# netlink is a Linux-specific interface
+-netlink


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2023-06-10 17:16 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2023-06-10 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ec7f1e1c55e0ecb73f4c11c2ec3aaf1f0e2f75bb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 17:13:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 17:16:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7f1e1c

profiles/default/linux: package.unmask -> package.mask

package.unmask isn't in PMS.

Thanks to negril for reporting!

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/{package.unmask => package.mask} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/default/linux/package.unmask b/profiles/default/linux/package.mask
similarity index 74%
rename from profiles/default/linux/package.unmask
rename to profiles/default/linux/package.mask
index fdcb4f773e3f..3c9bd77211fa 100644
--- a/profiles/default/linux/package.unmask
+++ b/profiles/default/linux/package.mask
@@ -3,6 +3,6 @@
 
 # Sam James <sam@gentoo.org> (2023-06-06)
 # Only available on Linux.
-dev-libs/libaio
-sys-libs/libcap-ng
-sys-libs/libseccomp
+-dev-libs/libaio
+-sys-libs/libcap-ng
+-sys-libs/libseccomp


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2023-07-08 17:32 Andreas K. Hüttel
  0 siblings, 0 replies; 40+ messages in thread
From: Andreas K. Hüttel @ 2023-07-08 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9a9c79212938e668437f9701ff65e69b98b0d502
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 17:31:46 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 17:32:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9c7921

profiles: Exempt jaraco-text from default USE=cli on Linux

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/default/linux/package.use | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/package.use b/profiles/default/linux/package.use
index a283c16b146c..3160a1b7e5ac 100644
--- a/profiles/default/linux/package.use
+++ b/profiles/default/linux/package.use
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2023-07-08)
+# This requires Rust and is barely needed by anyone, override make.defaults
+dev-python/jaraco-text -cli
+
 # Mike Gilbert <floppym@gentoo.org> (2017-10-29)
 # Override default from make.defaults, bug 635822.
 net-libs/mbedtls -zlib


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2023-10-02 19:32 Conrad Kostecki
  0 siblings, 0 replies; 40+ messages in thread
From: Conrad Kostecki @ 2023-10-02 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e15a542fb8eea2726d80fb3b02aae986d3677ed3
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 19:07:48 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 19:32:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15a542f

package.use.mask: mask vc for igc

See https://github.com/intel/intel-graphics-compiler/issues/303

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 5407972c13ac..3874b81dd317 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Conrad Kostecki (conikost@gentoo.org> (2023-10-02)
+# Using VectorCompiler is currently broken on newer versions.
+# See https://github.com/intel/intel-graphics-compiler/issues/303
+>=dev-util/intel-graphics-compiler-1.0.15136.4
+
 # Sam James <sam@gentoo.org> (2023-06-06)
 # Needs linux-only dev-libs/libaio.
 app-emulation/qemu -aio


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2023-10-03  1:40 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2023-10-03  1:40 UTC (permalink / raw
  To: gentoo-commits

commit:     f225013f4819d6f97faa3bc8a0193407fab2cf15
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 01:40:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 01:40:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f225013f

profiles/default/linux: fix intel-graphics-compiler mask

Fixes:e 15a542fb8eea2726d80fb3b02aae986d3677ed3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 3874b81dd317..d6ee6fb4c40a 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -4,7 +4,7 @@
 # Conrad Kostecki (conikost@gentoo.org> (2023-10-02)
 # Using VectorCompiler is currently broken on newer versions.
 # See https://github.com/intel/intel-graphics-compiler/issues/303
->=dev-util/intel-graphics-compiler-1.0.15136.4
+>=dev-util/intel-graphics-compiler-1.0.15136.4 vc
 
 # Sam James <sam@gentoo.org> (2023-06-06)
 # Needs linux-only dev-libs/libaio.


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2023-10-31 20:01 Mike Gilbert
  0 siblings, 0 replies; 40+ messages in thread
From: Mike Gilbert @ 2023-10-31 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     afb52ace885d8e24bfd1408f61c895be908547b3
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 20:01:10 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 20:01:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb52ace

profiles/default/linux: drop sys-apps/makedev from packages.build

Closes: https://bugs.gentoo.org/909664
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 profiles/default/linux/packages.build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build
index 7515c782bca4..234eafa6d08b 100644
--- a/profiles/default/linux/packages.build
+++ b/profiles/default/linux/packages.build
@@ -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
 
 # This file describes the packages needed to build a stage1 based on this
@@ -16,7 +16,6 @@ sys-devel/autoconf
 sys-devel/automake
 sys-devel/libtool
 sys-apps/baselayout
-sys-apps/makedev
 sys-apps/coreutils
 sys-apps/diffutils
 sys-apps/file


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/
@ 2024-01-29 19:31 Matt Turner
  0 siblings, 0 replies; 40+ messages in thread
From: Matt Turner @ 2024-01-29 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     852d4ce6b426717d107849d8151b3dc2f1104d95
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 19:27:03 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 19:31:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852d4ce6

package.use.mask: Mask USE=zink on media-libs/mesa

Bug: https://bugs.gentoo.org/919858
Bug: https://bugs.gentoo.org/923054
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 profiles/default/linux/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask
index 5407972c13ac..e4e8702dc01d 100644
--- a/profiles/default/linux/package.use.mask
+++ b/profiles/default/linux/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner <mattst88@gentoo.org> (2024-01-29)
+# Causes various issues. See bugs #919858, #923054
+media-libs/mesa zink
+
 # Sam James <sam@gentoo.org> (2023-06-06)
 # Needs linux-only dev-libs/libaio.
 app-emulation/qemu -aio


^ permalink raw reply related	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2024-01-29 19:31 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-01 11:50 [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ Tony Vroon
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29 19:31 Matt Turner
2023-10-31 20:01 Mike Gilbert
2023-10-03  1:40 Sam James
2023-10-02 19:32 Conrad Kostecki
2023-07-08 17:32 Andreas K. Hüttel
2023-06-10 17:16 Sam James
2023-04-01 16:53 Sam James
2023-01-25 18:37 Ben Kohler
2022-06-10  6:39 Sam James
2022-02-22 17:31 Mike Gilbert
2022-01-03  5:10 Andrey Grozin
2021-12-20 19:01 Mike Gilbert
2021-09-24 21:02 Mike Gilbert
2021-09-24 21:02 Mike Gilbert
2021-08-22 12:50 Andreas K. Hüttel
2021-06-30 23:13 Sam James
2021-06-30 23:12 Sam James
2021-05-06  6:53 Andrey Grozin
2021-02-07  2:17 Sam James
2020-10-01 11:52 Tony Vroon
2019-12-23 21:18 Alexey Shvetsov
2019-10-15 13:27 Lars Wendler
2019-09-17 20:39 Patrick McLean
2019-04-14 15:23 Aaron Bauman
2019-01-13 20:38 William Hubbs
2018-02-11 14:27 Jorge Manuel B. S. Vicetto
2018-02-11 14:27 Jorge Manuel B. S. Vicetto
2017-10-30  1:26 Mike Gilbert
2017-02-14  5:14 Brian Dolbec
2017-01-20 17:52 Matt Turner
2016-11-24  0:25 Matt Thode
2016-07-24 23:27 NP Hardass
2016-01-24 22:48 Matt Thode
2016-01-19  2:04 NP Hardass
2015-11-19  5:57 NP Hardass
2015-10-29 23:44 Anthony G. Basile
2015-09-03 11:04 Michael Palimaka
2015-08-23 10:40 Christian Ruppert
2015-08-17 18:58 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox