From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1329106-garchives=archives.gentoo.org@lists.gentoo.org>
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 75D74158086
	for <garchives@archives.gentoo.org>; Sun, 10 Oct 2021 23:04:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BDCE1E0841;
	Sun, 10 Oct 2021 23:04:00 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A1426E0841
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Oct 2021 23:04:00 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6B31C343025
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Oct 2021 23:03:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A9F8F
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Oct 2021 23:03:57 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1633906996.a6474a0388047a86c9bb0f4f29102bc52ae2b15d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/libdrm/libdrm-2.4.107.ebuild x11-libs/libdrm/libdrm-9999.ebuild
X-VCS-Directories: x11-libs/libdrm/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a6474a0388047a86c9bb0f4f29102bc52ae2b15d
X-VCS-Branch: master
Date: Sun, 10 Oct 2021 23:03:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1ad690f6-8bbd-438a-8cf6-90ad57e913d1
X-Archives-Hash: 1da2af7a8e06f7ae29e4f994da80b582

commit:     a6474a0388047a86c9bb0f4f29102bc52ae2b15d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 23:03:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 23:03:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6474a03

x11-libs/libdrm: fix DoubleEmptyLine

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-libs/libdrm/libdrm-2.4.107.ebuild | 1 -
 x11-libs/libdrm/libdrm-9999.ebuild    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.107.ebuild b/x11-libs/libdrm/libdrm-2.4.107.ebuild
index a243fd2cf71..a4ec5f0969d 100644
--- a/x11-libs/libdrm/libdrm-2.4.107.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.107.ebuild
@@ -38,7 +38,6 @@ DEPEND="${RDEPEND}
 BDEPEND="${PYTHON_DEPS}
 	$(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')"
 
-
 python_check_deps() {
 	has_version -b "dev-python/docutils[${PYTHON_USEDEP}]"
 }

diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index bfedc580573..c34f20fb240 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -38,7 +38,6 @@ DEPEND="${RDEPEND}
 BDEPEND="${PYTHON_DEPS}
 	$(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')"
 
-
 python_check_deps() {
 	has_version -b "dev-python/docutils[${PYTHON_USEDEP}]"
 }