From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1020809-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 7C9C6138331
	for <garchives@archives.gentoo.org>; Sat, 28 Apr 2018 01:16:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BCA56E0997;
	Sat, 28 Apr 2018 01:16:17 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 974B6E096F
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Apr 2018 01:16:17 +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 0929A335C9D
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Apr 2018 01:16:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A672A0
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Apr 2018 01:16:13 +0000 (UTC)
From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1524877664.6fb38e5bcbb0923041e9eaa70fda1987d03aff96.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mail-mta/exim/exim-4.90.1-r1.ebuild mail-mta/exim/exim-4.90.1.ebuild mail-mta/exim/exim-4.91-r1.ebuild mail-mta/exim/exim-4.91.ebuild
X-VCS-Directories: mail-mta/exim/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 6fb38e5bcbb0923041e9eaa70fda1987d03aff96
X-VCS-Branch: master
Date: Sat, 28 Apr 2018 01:16:13 +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-Archives-Salt: a2cf8fdf-17d4-401d-8a22-f3d7afb85f46
X-Archives-Hash: 743c9812db7d8c27ffe6cc0804a76b12

commit:     6fb38e5bcbb0923041e9eaa70fda1987d03aff96
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 01:05:04 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 01:07:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb38e5b

mail-mta/exim: Drop unnecessary x11-proto dep

 mail-mta/exim/{exim-4.90.1.ebuild => exim-4.90.1-r1.ebuild} | 2 +-
 mail-mta/exim/{exim-4.91.ebuild => exim-4.91-r1.ebuild}     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/exim/exim-4.90.1.ebuild b/mail-mta/exim/exim-4.90.1-r1.ebuild
similarity index 99%
rename from mail-mta/exim/exim-4.90.1.ebuild
rename to mail-mta/exim/exim-4.90.1-r1.ebuild
index 3cf5615b57d..299ab812b7a 100644
--- a/mail-mta/exim/exim-4.90.1.ebuild
+++ b/mail-mta/exim/exim-4.90.1-r1.ebuild
@@ -50,7 +50,7 @@ COMMON_DEPEND=">=sys-apps/sed-4.0.5
 	spf? ( >=mail-filter/libspf2-1.2.5-r1 )
 	dmarc? ( mail-filter/opendmarc )
 	srs? ( mail-filter/libsrs_alt )
-	X? ( x11-proto/xproto
+	X? (
 		x11-libs/libX11
 		x11-libs/libXmu
 		x11-libs/libXt

diff --git a/mail-mta/exim/exim-4.91.ebuild b/mail-mta/exim/exim-4.91-r1.ebuild
similarity index 99%
rename from mail-mta/exim/exim-4.91.ebuild
rename to mail-mta/exim/exim-4.91-r1.ebuild
index d4c8a7abd70..eae8fce2154 100644
--- a/mail-mta/exim/exim-4.91.ebuild
+++ b/mail-mta/exim/exim-4.91-r1.ebuild
@@ -55,7 +55,7 @@ COMMON_DEPEND=">=sys-apps/sed-4.0.5
 	spf? ( >=mail-filter/libspf2-1.2.5-r1 )
 	dmarc? ( mail-filter/opendmarc )
 	srs? ( mail-filter/libsrs_alt )
-	X? ( x11-proto/xproto
+	X? (
 		x11-libs/libX11
 		x11-libs/libXmu
 		x11-libs/libXt