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 83026139694 for ; Thu, 9 Mar 2017 08:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96704E0BFF; Thu, 9 Mar 2017 08:41:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 725B3E0BFF for ; Thu, 9 Mar 2017 08:41:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E6F7341421 for ; Thu, 9 Mar 2017 08:40:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CBBF61FC for ; Thu, 9 Mar 2017 08:40:57 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1489048815.18c9fe607750eb1762b032b02a7c9107788e8a01.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.mask X-VCS-Directories: profiles/arch/alpha/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 18c9fe607750eb1762b032b02a7c9107788e8a01 X-VCS-Branch: master Date: Thu, 9 Mar 2017 08:40:57 +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: ed510561-bc65-43a2-b645-2950e63fb080 X-Archives-Hash: db07f12dcb339ea03d3eb624d514c7a6 commit: 18c9fe607750eb1762b032b02a7c9107788e8a01 Author: Tobias Klausmann gentoo org> AuthorDate: Thu Mar 9 08:40:15 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Mar 9 08:40:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c9fe60 sys-fs/udev: Maske -233 due to missing macro Gentoo-Bug: 612102 profiles/arch/alpha/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/alpha/package.mask b/profiles/arch/alpha/package.mask index 30c85a1ca8e..965c9f54b44 100644 --- a/profiles/arch/alpha/package.mask +++ b/profiles/arch/alpha/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Tobias Klausmann (09 Mar 2017) +# warning "__NR_copy_file_range not defined for your architecture" +=sys-fs/udev-233 + # Alexey Shvetsov (21 May 2012) # Need deps pecl-apc and pecl-uploadprogress bug #416897 >=www-apps/drupal-7.14