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 9C722138334 for ; Wed, 20 Jun 2018 08:18:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 418E7E0A0B; Wed, 20 Jun 2018 08:17:44 +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 F07C1E0A10 for ; Wed, 20 Jun 2018 08:17:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 23807335CAC for ; Wed, 20 Jun 2018 08:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F1C72CD for ; Wed, 20 Jun 2018 08:17:40 +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: <1529482657.9a9e5f4d27279706ac968e459497a9bf8919d33c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/eudev/eudev-3.1.5.ebuild sys-fs/eudev/eudev-3.2.5.ebuild sys-fs/eudev/eudev-4.9999.ebuild sys-fs/eudev/eudev-9999.ebuild X-VCS-Directories: sys-fs/eudev/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9a9e5f4d27279706ac968e459497a9bf8919d33c X-VCS-Branch: master Date: Wed, 20 Jun 2018 08:17:40 +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: 42462733-92f3-419c-82b3-57e48fdc4ef4 X-Archives-Hash: c664f757ff6cba11a78968164d1a14ca commit: 9a9e5f4d27279706ac968e459497a9bf8919d33c Author: Michał Górny gentoo org> AuthorDate: Wed Jun 20 07:52:16 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 20 08:17:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9e5f4d sys-fs/eudev: [QA] Fix invalid stubbing of eclass internals sys-fs/eudev/eudev-3.1.5.ebuild | 7 +++---- sys-fs/eudev/eudev-3.2.5.ebuild | 7 +++---- sys-fs/eudev/eudev-4.9999.ebuild | 7 +++---- sys-fs/eudev/eudev-9999.ebuild | 7 +++---- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild index 1a1aa6cc311..da80e0dc8c6 100644 --- a/sys-fs/eudev/eudev-3.1.5.ebuild +++ b/sys-fs/eudev/eudev-3.1.5.ebuild @@ -47,10 +47,9 @@ RDEPEND="${COMMON_DEPEND} PDEPEND=">=sys-fs/udev-init-scripts-26 hwdb? ( >=sys-apps/hwids-20140304[udev] )" -# The multilib-build.eclass doesn't handle situation where the installed headers -# are different in ABIs. In this case, we install libgudev headers in native -# ABI but not for non-native ABI. -multilib_check_headers() { :; } +MULTILIB_WRAPPED_HEADERS=( + /usr/include/udev.h +) pkg_pretend() { ewarn diff --git a/sys-fs/eudev/eudev-3.2.5.ebuild b/sys-fs/eudev/eudev-3.2.5.ebuild index 26b5186f721..131f1a69a5d 100644 --- a/sys-fs/eudev/eudev-3.2.5.ebuild +++ b/sys-fs/eudev/eudev-3.2.5.ebuild @@ -47,10 +47,9 @@ RDEPEND="${COMMON_DEPEND} PDEPEND=">=sys-fs/udev-init-scripts-26 hwdb? ( >=sys-apps/hwids-20140304[udev] )" -# The multilib-build.eclass doesn't handle situation where the installed headers -# are different in ABIs. In this case, we install libgudev headers in native -# ABI but not for non-native ABI. -multilib_check_headers() { :; } +MULTILIB_WRAPPED_HEADERS=( + /usr/include/udev.h +) pkg_pretend() { ewarn diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild index 8e32a0f959f..69dbc663bc0 100644 --- a/sys-fs/eudev/eudev-4.9999.ebuild +++ b/sys-fs/eudev/eudev-4.9999.ebuild @@ -48,10 +48,9 @@ RDEPEND="${COMMON_DEPEND} PDEPEND=">=sys-fs/udev-init-scripts-26 hwdb? ( >=sys-apps/hwids-20140304[udev] )" -# The multilib-build.eclass doesn't handle situation where the installed headers -# are different in ABIs. In this case, we install libgudev headers in native -# ABI but not for non-native ABI. -multilib_check_headers() { :; } +MULTILIB_WRAPPED_HEADERS=( + /usr/include/udev.h +) pkg_pretend() { ewarn diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index 4e3f3bb3c60..9cd4b44b46c 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -47,10 +47,9 @@ RDEPEND="${COMMON_DEPEND} PDEPEND=">=sys-fs/udev-init-scripts-26 hwdb? ( >=sys-apps/hwids-20140304[udev] )" -# The multilib-build.eclass doesn't handle situation where the installed headers -# are different in ABIs. In this case, we install libgudev headers in native -# ABI but not for non-native ABI. -multilib_check_headers() { :; } +MULTILIB_WRAPPED_HEADERS=( + /usr/include/udev.h +) pkg_pretend() { ewarn