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 9481E138351 for ; Wed, 29 Jan 2020 11:13:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3487AE0883; Wed, 29 Jan 2020 11:13:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1ABB7E0883 for ; Wed, 29 Jan 2020 11:13:53 +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 94B6634E4CE for ; Wed, 29 Jan 2020 11:13:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FB68109 for ; Wed, 29 Jan 2020 11:13:50 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1580296421.80433fc760993095487951e1162e349c94765210.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-utils/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch X-VCS-Directories: media-tv/v4l-utils/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 80433fc760993095487951e1162e349c94765210 X-VCS-Branch: master Date: Wed, 29 Jan 2020 11:13:50 +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: 53f65506-d1e0-419b-bf7c-dd5d6d13b3ea X-Archives-Hash: 9c88688088993714483abf76f63b32bc commit: 80433fc760993095487951e1162e349c94765210 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jan 7 14:50:23 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 29 11:13:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80433fc7 media-tv/v4l-utils: remove unused patch Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14277 Signed-off-by: Joonas Niilola gentoo.org> .../files/v4l-utils-1.14.1-sysmacros.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch b/media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch deleted file mode 100644 index b8190507fc7..00000000000 --- a/media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c -=================================================================== ---- v4l-utils-1.14.1.orig/lib/libv4lconvert/control/libv4lcontrol.c -+++ v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c -@@ -20,9 +20,7 @@ - */ - - #include --#if defined(MAJOR_IN_SYSMACROS) - #include --#endif - #include - #include - #include -Index: v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp -=================================================================== ---- v4l-utils-1.14.1.orig/utils/v4l2-ctl/v4l2-ctl.cpp -+++ v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp -@@ -21,6 +21,7 @@ - */ - - #include -+#include - #include - #include - #include