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 4F8F01396D0 for ; Tue, 19 Sep 2017 13:38:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93AF51FC009; Tue, 19 Sep 2017 13:38:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7036C1FC009 for ; Tue, 19 Sep 2017 13:38:48 +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 301A233FE2A for ; Tue, 19 Sep 2017 13:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D11BB748D for ; Tue, 19 Sep 2017 13:38:45 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1505827918.71daa9a503e15bb22badb488c94937bc57604e9d.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/base/package.use.mask X-VCS-Directories: profiles/arch/base/ profiles/arch/amd64/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 71daa9a503e15bb22badb488c94937bc57604e9d X-VCS-Branch: master Date: Tue, 19 Sep 2017 13:38:45 +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: 953633f4-9a1a-4ab0-baec-c4caf4e9a31c X-Archives-Hash: 49f5f414044160d08540e081a5447396 commit: 71daa9a503e15bb22badb488c94937bc57604e9d Author: Amy Liffey gentoo org> AuthorDate: Tue Sep 19 13:31:15 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Tue Sep 19 13:31:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71daa9a5 profiles: mask contrib_features2d in base, unmask amd64 profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 8e8c69b00f5..b82f6915cfc 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Amy Liffey (19 Sep 2017) +# [cuda] is unmasked in this profiles. +media-libs/opencv -contrib_xfeatures2d + # Brian Evans (21 Jul 2017) # app-crypt/argon2 is keyworded on amd64 dev-lang/php -argon2 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 11c5085cfcd..2bc6156c440 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Amy Liffey (19 Sep 2017) +# Requires [cuda] which is masked in most of the profiles. +media-libs/opencv -contrib_xfeatures2d + # Alon Bar-Lev (01 Sep 2017) # dev-python/tlslite is keyworded only for x86/amd64 # waiting for ppc, bug#629506