From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1020599-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 5131F1381F1 for <garchives@archives.gentoo.org>; Fri, 27 Apr 2018 01:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70207E0891; Fri, 27 Apr 2018 01:59:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 48139E0891 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Apr 2018 01:59:19 +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 B0691335C09 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Apr 2018 01:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08EC91B3 for <gentoo-commits@lists.gentoo.org>; Fri, 27 Apr 2018 01:59:17 +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: <1524794335.4773b9e7cb24780eb1112ed934c830abb6236f1c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/elvis/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/elvis/elvis-2.2.0-r6.ebuild app-editors/elvis/elvis-2.2.0-r7.ebuild X-VCS-Directories: app-editors/elvis/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4773b9e7cb24780eb1112ed934c830abb6236f1c X-VCS-Branch: master Date: Fri, 27 Apr 2018 01:59:17 +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: f368f805-3a1c-4679-9997-b79a4140062e X-Archives-Hash: 074e7c89bb8182e47fe0bfdae30596bf commit: 4773b9e7cb24780eb1112ed934c830abb6236f1c Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Apr 27 01:58:55 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 27 01:58:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4773b9e7 app-editors/elvis: Fix xorg-proto dependency app-editors/elvis/elvis-2.2.0-r6.ebuild | 2 +- app-editors/elvis/elvis-2.2.0-r7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/elvis/elvis-2.2.0-r6.ebuild b/app-editors/elvis/elvis-2.2.0-r6.ebuild index 96b7930c80d..2317c7acda2 100644 --- a/app-editors/elvis/elvis-2.2.0-r6.ebuild +++ b/app-editors/elvis/elvis-2.2.0-r6.ebuild @@ -23,7 +23,7 @@ RDEPEND=">=sys-libs/ncurses-5.7-r7:0= >=x11-libs/libXft-2.1.8.2 ) app-eselect/eselect-vi" DEPEND="${RDEPEND} - x11-base/xorg-proto + X? ( x11-base/xorg-proto ) virtual/pkgconfig" S=${WORKDIR}/${PN}-${MY_PV} diff --git a/app-editors/elvis/elvis-2.2.0-r7.ebuild b/app-editors/elvis/elvis-2.2.0-r7.ebuild index 733e770e90e..c69d4195dd1 100644 --- a/app-editors/elvis/elvis-2.2.0-r7.ebuild +++ b/app-editors/elvis/elvis-2.2.0-r7.ebuild @@ -28,7 +28,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} - x11-base/xorg-proto + X? ( x11-base/xorg-proto ) virtual/pkgconfig" S="${WORKDIR}/${PN}-${MY_PV}"