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 904AE138331 for ; Sun, 22 Apr 2018 13:36:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67D27E0878; Sun, 22 Apr 2018 13:35:59 +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 45995E087B for ; Sun, 22 Apr 2018 13:35:59 +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 A2A8A335C5A for ; Sun, 22 Apr 2018 13:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE07227C for ; Sun, 22 Apr 2018 13:35:55 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524404065.1bcb56f12e8d1a7f367b60382e83684cbe19874c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/udevil/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch X-VCS-Directories: sys-apps/udevil/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1bcb56f12e8d1a7f367b60382e83684cbe19874c X-VCS-Branch: master Date: Sun, 22 Apr 2018 13:35:55 +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: 1b74931a-7f63-44ef-b8fc-12683c3b98fc X-Archives-Hash: 0f5f58cb2097263e81ba5fce03ed99fd commit: 1bcb56f12e8d1a7f367b60382e83684cbe19874c Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 21 08:12:46 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Apr 22 13:34:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcb56f1 sys-apps/udevil: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/8092 .../files/udevil-0.4.4-include-sysmacros-r1.patch | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch b/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch deleted file mode 100644 index 2f9859d34e8..00000000000 --- a/sys-apps/udevil/files/udevil-0.4.4-include-sysmacros-r1.patch +++ /dev/null @@ -1,27 +0,0 @@ -# Include sysmacros.h, solves Gentoo bug 580364 -# Upstream has merged similar changes, should be present -# in 0.4.5 ---- a/src/udevil.c 2015-05-04 06:34:32.000000000 -0700 -+++ b/src/udevil.c 2017-01-02 07:25:14.744273858 -0800 -@@ -33,6 +33,9 @@ - #include - #include - -+// major/minor, dev_t, needed for glibc>=2.25 -+#include -+ - // groups - #include - ---- a/src/device-info.h 2017-01-02 07:47:23.373180528 -0800 -+++ b/src/device-info.h 2017-03-14 23:35:58.079222855 -0700 -@@ -18,6 +18,9 @@ - // intltool - #include - -+// dev_t -+#include -+ - - - typedef struct device_t {