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 F23EE1382C5 for ; Tue, 8 May 2018 06:47:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24661E0991; Tue, 8 May 2018 06:47:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EF931E0991 for ; Tue, 8 May 2018 06:47:36 +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 D8C7E335C2E for ; Tue, 8 May 2018 06:47:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5373129 for ; Tue, 8 May 2018 06:47:34 +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: <1525761928.48b1752ec2b21ff44d0fb2f2c4ff4f87a4eb993b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild net-misc/tigervnc/tigervnc-1.8.0-r3.ebuild X-VCS-Directories: net-misc/tigervnc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 48b1752ec2b21ff44d0fb2f2c4ff4f87a4eb993b X-VCS-Branch: master Date: Tue, 8 May 2018 06:47:34 +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: e93f344e-b577-43fa-b328-cbc99988ef9d X-Archives-Hash: 2a46dcd4f65678d1b9490a5fb1c00cc4 commit: 48b1752ec2b21ff44d0fb2f2c4ff4f87a4eb993b Author: Matt Turner gentoo org> AuthorDate: Tue May 8 05:46:56 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 8 06:45:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b1752e net-misc/tigervnc: Transition deps to x11-base/xorg-proto ...ervnc-1.8.0-r2.ebuild => tigervnc-1.8.0-r3.ebuild} | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.8.0-r3.ebuild similarity index 87% rename from net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild rename to net-misc/tigervnc/tigervnc-1.8.0-r3.ebuild index 7c2bb8fa5d0..27b0df984ef 100644 --- a/net-misc/tigervnc/tigervnc-1.8.0-r2.ebuild +++ b/net-misc/tigervnc/tigervnc-1.8.0-r3.ebuild @@ -42,7 +42,6 @@ CDEPEND="virtual/jpeg:0 drm? ( x11-libs/libdrm ) ) xinerama? ( x11-libs/libXinerama ) - dri3? ( x11-proto/dri3proto ) " RDEPEND="${CDEPEND} @@ -54,31 +53,15 @@ RDEPEND="${CDEPEND} DEPEND="${CDEPEND} amd64? ( dev-lang/nasm ) x86? ( dev-lang/nasm ) - >=x11-proto/inputproto-2.2.99.1 - >=x11-proto/xextproto-7.2.99.901 - >=x11-proto/xproto-7.0.31 x11-libs/libXfont2 nls? ( sys-devel/gettext ) java? ( >=virtual/jdk-1.5 ) + x11-base/xorg-proto server? ( virtual/pkgconfig media-fonts/font-util x11-misc/util-macros - >=x11-proto/bigreqsproto-1.1.0 - >=x11-proto/compositeproto-0.4 - >=x11-proto/damageproto-1.1 - >=x11-proto/fixesproto-5.0 - >=x11-proto/fontsproto-2.1.3 - >=x11-proto/glproto-1.4.17 - >=x11-proto/randrproto-1.4.0 - >=x11-proto/renderproto-0.11 - >=x11-proto/resourceproto-1.2.0 - >=x11-proto/scrnsaverproto-1.1 - >=x11-proto/videoproto-2.2.2 - >=x11-proto/xcmiscproto-1.2.0 - >=x11-proto/xineramaproto-1.1.3 >=x11-libs/xtrans-1.3.3 - >=x11-proto/dri2proto-2.8 opengl? ( >=media-libs/mesa-10.3.4-r1 ) )"