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 0F2A2138334 for ; Wed, 20 Jun 2018 12:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAFE1E08C4; Wed, 20 Jun 2018 12:08:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 19743E08A5 for ; Wed, 20 Jun 2018 12:08:18 +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 81386335CD5 for ; Wed, 20 Jun 2018 12:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E57DE2D8 for ; Wed, 20 Jun 2018 12:08:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529494532.78cf8a9e18791e95796c5c2c87106644fdc9953e.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: eclass/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: eclass/kde.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 78cf8a9e18791e95796c5c2c87106644fdc9953e X-VCS-Branch: master Date: Wed, 20 Jun 2018 12:08:13 +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: f6400b3e-6713-4055-bb03-7f2901b4e385 X-Archives-Hash: 504c57ca2051d58265d60e1c3e6fa1ee commit: 78cf8a9e18791e95796c5c2c87106644fdc9953e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 20 11:35:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 20 11:35:32 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=78cf8a9e kde.eclass: Transition deps to x11-base/xorg-proto eclass/kde.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 2019a28..c0c636c 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -67,8 +67,7 @@ DEPEND="sys-devel/make if [[ ${CATEGORY} != "kde-base" ]] || [[ ${CATEGORY} == "kde-base" && ${PV##*.} -lt 10 ]] ; then DEPEND="${DEPEND} x11-libs/libXt - x11-proto/xf86vidmodeproto - xinerama? ( x11-proto/xineramaproto )" + x11-base/xorg-proto" RDEPEND="xinerama? ( x11-libs/libXinerama )" IUSE="${IUSE} xinerama" else