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 9A6D51382C5 for ; Fri, 27 Apr 2018 01:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F41E085E; Fri, 27 Apr 2018 01:39:56 +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 9BC0AE0857 for ; Fri, 27 Apr 2018 01:39:56 +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 7A53C335C78 for ; Fri, 27 Apr 2018 01:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0757B28D for ; Fri, 27 Apr 2018 01:39:54 +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: <1524792828.9d1fc41f1bc30c3c7c68adeb1adb1f15c77d52ad.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkXwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tkXwin/tkXwin-1.0-r3.ebuild dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild X-VCS-Directories: dev-tcltk/tkXwin/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9d1fc41f1bc30c3c7c68adeb1adb1f15c77d52ad X-VCS-Branch: master Date: Fri, 27 Apr 2018 01:39:54 +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: fb6cb746-37e4-4bb4-9980-2e865b7afbfb X-Archives-Hash: be3022095d2997a6242d134f66442729 commit: 9d1fc41f1bc30c3c7c68adeb1adb1f15c77d52ad Author: Matt Turner gentoo org> AuthorDate: Fri Apr 27 01:33:48 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 27 01:33:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1fc41f dev-tcltk/tkXwin: Transition deps to x11-base/xorg-proto dev-tcltk/tkXwin/{tkXwin-1.0-r3.ebuild => tkXwin-1.0-r4.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-tcltk/tkXwin/tkXwin-1.0-r3.ebuild b/dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild similarity index 90% rename from dev-tcltk/tkXwin/tkXwin-1.0-r3.ebuild rename to dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild index c6b35a7c21a..471945156f5 100644 --- a/dev-tcltk/tkXwin/tkXwin-1.0-r3.ebuild +++ b/dev-tcltk/tkXwin/tkXwin-1.0-r4.ebuild @@ -14,14 +14,13 @@ SLOT="0" IUSE="debug static-libs threads" KEYWORDS="amd64 ppc x86" -DEPEND=" +RDEPEND=" dev-lang/tk[threads?] x11-libs/libXScrnSaver x11-libs/libX11 - x11-libs/libXext - x11-proto/scrnsaverproto - x11-proto/xextproto" -RDEPEND="${DEPEND}" + x11-libs/libXext" +DEPEND="${RDEPEND} + x11-base/xorg-proto" PATCHES=( "${FILESDIR}"/${PV}-Makefile.in.diff