diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-01 19:07:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-01 19:13:25 +0100 |
commit | 82ec3006201ee70c56933a4ffdba4e9cc2595762 (patch) | |
tree | 31c786df8301ba83b1a10dc5220f63dc4af8b47f /profiles | |
parent | profiles: Remove USE=seamonkey mask where not applicable (diff) | |
download | gentoo-82ec3006201ee70c56933a4ffdba4e9cc2595762.tar.gz gentoo-82ec3006201ee70c56933a4ffdba4e9cc2595762.tar.bz2 gentoo-82ec3006201ee70c56933a4ffdba4e9cc2595762.zip |
profiles: Clean removed media-libs/mesa flags
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/default/linux/musl/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/default/linux/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/features/musl/package.use.mask | 5 |
5 files changed, 4 insertions, 22 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 8db53db263be..4b8e42c05d1b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -61,10 +61,6 @@ mate-extra/caja-extensions gksu # jit brokes build of gnat-gpl dev-lang/gnat-gpl jit -# Matt Turner <mattst88@gentoo.org> (16 Oct 2018) -# media-libs/libomxil-bellagio is masked for removal. -media-libs/mesa openmax - # Thomas Deutschmann <whissi@gentoo.org> (12 Oct 2018) # Requires www-client/firefox and mail-client/thunderbird # which are not available on all architectures diff --git a/profiles/default/bsd/fbsd/package.use.mask b/profiles/default/bsd/fbsd/package.use.mask index f8738cd8f8a0..2a37504795be 100644 --- a/profiles/default/bsd/fbsd/package.use.mask +++ b/profiles/default/bsd/fbsd/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Michał Górny <mgorny@gentoo.org> (06 Apr 2018) @@ -109,10 +109,6 @@ net-fs/samba dmapi # Mask numa on sys-apps/hwloc. numactl not available on FreeBSD sys-apps/hwloc numa -# Matt Turner <mattst88@gentoo.org> (07 Mar 2014) -# media-libs/libomxil-bellagio keyworded on amd64/x86 -media-libs/mesa openmax - # Naohiro Aota <naota@gentoo.org> (07 Jul 2014) # xattr support is not available on BSD #501534 sys-apps/portage xattr diff --git a/profiles/default/linux/musl/package.use.mask b/profiles/default/linux/musl/package.use.mask index 1d3c7789f416..d7dd0ba8ca40 100644 --- a/profiles/default/linux/musl/package.use.mask +++ b/profiles/default/linux/musl/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # See bug #604542 @@ -15,9 +15,6 @@ sys-devel/llvm sanitize sys-devel/gettext nls sys-fs/e2fsprogs nls -# See bug #576928 -media-libs/mesa nptl - # bash-malloc relies on sbrk which is implemented # as a fail-only stub in musl. breaks horribly if enabled. # bash: xmalloc: locale.c:81: cannot allocate 18 bytes (0 bytes allocated) diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 5e7de422f432..596bcd617ea5 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Jason Zaman <perfinion@gentoo.org> (06 Sep 2015) @@ -15,10 +15,6 @@ kde-frameworks/kcoreaddons fam # https://archives.gentoo.org/gentoo-dev/message/38503d86a1c41bccfa607745467b1be7 net-dns/bind seccomp -# Matt Turner <mattst88@gentoo.org> (07 Mar 2014) -# media-libs/libomxil-bellagio keyworded on amd64/x86 -media-libs/mesa openmax - # Diego Elio Pettenò (27 Aug 2012) # The libpci access is only used for linux. net-analyzer/net-snmp -pci diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 05d01c6e1e8b..cd689d15dec5 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation. +# Copyright 1999-2018 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # See bug #604542 @@ -15,9 +15,6 @@ sys-devel/llvm sanitize sys-devel/gettext nls sys-fs/e2fsprogs nls -# See bug #576928 -media-libs/mesa nptl - # bash-malloc relies on sbrk which is implemented # as a fail-only stub in musl. breaks horribly if enabled. # bash: xmalloc: locale.c:81: cannot allocate 18 bytes (0 bytes allocated) |