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 89402138334 for ; Thu, 9 Aug 2018 16:32:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 397B7E0954; Thu, 9 Aug 2018 16:32:08 +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 0F065E0954 for ; Thu, 9 Aug 2018 16:32:07 +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 BFBB7335C9A for ; Thu, 9 Aug 2018 16:32:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8B2B380 for ; Thu, 9 Aug 2018 16:32:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1533832305.9b5ecd13d17117f774beb62774d3780cf540470d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-r128/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild X-VCS-Directories: x11-drivers/xf86-video-r128/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9b5ecd13d17117f774beb62774d3780cf540470d X-VCS-Branch: master Date: Thu, 9 Aug 2018 16:32:03 +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: 14986700-5e6c-4d7a-8d40-fda560a67ee1 X-Archives-Hash: 95eeb9591bd46621e0307fc52c81648b commit: 9b5ecd13d17117f774beb62774d3780cf540470d Author: Matt Turner gentoo org> AuthorDate: Thu Aug 9 16:30:57 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 9 16:31:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5ecd13 x11-drivers/xf86-video-r128: Drop unnecessary patch Closes: https://bugs.gentoo.org/663238 x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild index c967882ffe8..e770f425a24 100644 --- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild +++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.11.0.ebuild @@ -14,8 +14,6 @@ IUSE="dri" RDEPEND=">=x11-base/xorg-server-1.2" DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}"/${P}-fix-stdint_h.patch ) - pkg_setup() { XORG_CONFIGURE_OPTIONS=( $(use_enable dri)