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 A18AB138350 for ; Thu, 13 Feb 2020 21:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B806E084E; Thu, 13 Feb 2020 21:40:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EA612E084E for ; Thu, 13 Feb 2020 21:40:29 +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 BCB4534ED9A for ; Thu, 13 Feb 2020 21:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11A86149 for ; Thu, 13 Feb 2020 21:40:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581629963.44168fe6fbe0f26b317178dfab13f9daf40e4ca1.soap@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.2.5.ebuild sys-fs/eudev/eudev-3.2.7-r2.ebuild sys-fs/eudev/eudev-3.2.8.ebuild sys-fs/eudev/eudev-3.2.9.ebuild sys-fs/eudev/eudev-4.9999.ebuild sys-fs/eudev/eudev-9999.ebuild X-VCS-Directories: sys-fs/eudev/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 44168fe6fbe0f26b317178dfab13f9daf40e4ca1 X-VCS-Branch: master Date: Thu, 13 Feb 2020 21:40:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e1c7018c-6157-4daf-b2da-ce5d7beca984 X-Archives-Hash: 5069d5ecd424d6b9f2daf2790de80864 commit: 44168fe6fbe0f26b317178dfab13f9daf40e4ca1 Author: David Seifert gentoo org> AuthorDate: Thu Feb 13 21:39:23 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 13 21:39:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44168fe6 sys-fs/eudev: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> sys-fs/eudev/eudev-3.2.5.ebuild | 2 +- sys-fs/eudev/eudev-3.2.7-r2.ebuild | 4 ++-- sys-fs/eudev/eudev-3.2.8.ebuild | 4 ++-- sys-fs/eudev/eudev-3.2.9.ebuild | 4 ++-- sys-fs/eudev/eudev-4.9999.ebuild | 4 ++-- sys-fs/eudev/eudev-9999.ebuild | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sys-fs/eudev/eudev-3.2.5.ebuild b/sys-fs/eudev/eudev-3.2.5.ebuild index cca6626a10e..1135d713675 100644 --- a/sys-fs/eudev/eudev-3.2.5.ebuild +++ b/sys-fs/eudev/eudev-3.2.5.ebuild @@ -5,7 +5,7 @@ EAPI="6" KV_min=2.6.39 -inherit autotools linux-info multilib multilib-minimal +inherit autotools linux-info multilib multilib-minimal toolchain-funcs if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/gentoo/eudev.git" diff --git a/sys-fs/eudev/eudev-3.2.7-r2.ebuild b/sys-fs/eudev/eudev-3.2.7-r2.ebuild index b8f4365b852..25d8b24c74e 100644 --- a/sys-fs/eudev/eudev-3.2.7-r2.ebuild +++ b/sys-fs/eudev/eudev-3.2.7-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" KV_min=2.6.39 -inherit autotools linux-info multilib multilib-minimal +inherit autotools linux-info multilib multilib-minimal toolchain-funcs if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/gentoo/eudev.git" diff --git a/sys-fs/eudev/eudev-3.2.8.ebuild b/sys-fs/eudev/eudev-3.2.8.ebuild index b8f4365b852..25d8b24c74e 100644 --- a/sys-fs/eudev/eudev-3.2.8.ebuild +++ b/sys-fs/eudev/eudev-3.2.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" KV_min=2.6.39 -inherit autotools linux-info multilib multilib-minimal +inherit autotools linux-info multilib multilib-minimal toolchain-funcs if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/gentoo/eudev.git" diff --git a/sys-fs/eudev/eudev-3.2.9.ebuild b/sys-fs/eudev/eudev-3.2.9.ebuild index 3152f10509b..ea0b7409447 100644 --- a/sys-fs/eudev/eudev-3.2.9.ebuild +++ b/sys-fs/eudev/eudev-3.2.9.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" KV_min=2.6.39 -inherit autotools linux-info multilib multilib-minimal +inherit autotools linux-info multilib multilib-minimal toolchain-funcs if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/gentoo/eudev.git" diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild index ac45032c480..49cfe608ea8 100644 --- a/sys-fs/eudev/eudev-4.9999.ebuild +++ b/sys-fs/eudev/eudev-4.9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" KV_min=2.6.39 -inherit autotools linux-info multilib multilib-minimal +inherit autotools linux-info multilib multilib-minimal toolchain-funcs if [[ ${PV} = 4.9999* ]]; then EGIT_REPO_URI="https://github.com/gentoo/eudev.git" diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index b8f4365b852..25d8b24c74e 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" KV_min=2.6.39 -inherit autotools linux-info multilib multilib-minimal +inherit autotools linux-info multilib multilib-minimal toolchain-funcs if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/gentoo/eudev.git"