From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D42C1382C5 for ; Sun, 15 Apr 2018 08:19:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 979F8E092F; Sun, 15 Apr 2018 08:19:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DD43E092F for ; Sun, 15 Apr 2018 08:19:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48814335C76 for ; Sun, 15 Apr 2018 08:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71157279 for ; Sun, 15 Apr 2018 08:19:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1523780343.3ed176c0568ac3a9d8e6baad31b64f410f45e97a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/powerpc/ppc64/32bit-userland/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask X-VCS-Directories: profiles/hardened/linux/powerpc/ppc64/32bit-userland/ profiles/hardened/linux/powerpc/ppc64/64bit-userland/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ed176c0568ac3a9d8e6baad31b64f410f45e97a X-VCS-Branch: master Date: Sun, 15 Apr 2018 08:19:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fd2f2998-2ebb-45c7-a735-db7a9ae2f03a X-Archives-Hash: 6bfb3a29f6476bf1c26a6dd77c4682a1 commit: 3ed176c0568ac3a9d8e6baad31b64f410f45e97a Author: Michał Górny gentoo org> AuthorDate: Sun Apr 15 08:18:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 15 08:19:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed176c0 profiles/hardened/**/ppc64: Mask some package USE flags .../hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask | 9 +++++++++ profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask | 6 +++++- .../hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask | 9 ++++++++- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask index 3d6f94331ba..a6e6b00825d 100644 --- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask +++ b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (15 Apr 2018) +# Unresolved dependencies. +app-admin/conky apcupsd xmms2 +app-admin/gkrellm hddtemp +media-video/ffmpeg celt frei0r +media-video/gpac dvb +media-video/libav frei0r +x11-base/xorg-drivers video_cards_glint + # Michał Górny (28 Feb 2018) # Requires masked USE flags. sci-libs/gdal mdb diff --git a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask index 21dbcc98ca3..62c6f30edb0 100644 --- a/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask +++ b/profiles/hardened/linux/powerpc/ppc64/32bit-userland/use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (15 Apr 2018) +# Unresolved dependencies. +luajit + # Thomas Deutschmann (28 Jan 2017) # No JAVA in 32-bit userland java diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask index f54b397010f..a075b05100a 100644 --- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask +++ b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/package.use.mask @@ -1,6 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (15 Apr 2018) +# Unresolved dependencies. +app-admin/puppet rrdtool +media-video/ffmpeg celt +media-video/gpac dvb +x11-base/xorg-drivers video_cards_glint + # Thomas Deutschmann (17 Oct 2017) # No lua keyworded for this arch yet # libpcre jit is not (yet?) support on this arch