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 0EF331382C5 for ; Fri, 27 Apr 2018 06:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BD7CE0974; Fri, 27 Apr 2018 06:32:00 +0000 (UTC) Received: from mail-pf0-f177.google.com (mail-pf0-f177.google.com [209.85.192.177]) (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 C1931E096F for ; Fri, 27 Apr 2018 06:31:59 +0000 (UTC) Received: by mail-pf0-f177.google.com with SMTP id f15so742439pfn.0 for ; Thu, 26 Apr 2018 23:31:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=tVXtbwovnP9FlvDQKUFtuvl6U1s1yKmeBJbIaABgF+U=; b=A+JOtu619ElaVrog+Z/E84oui659B/ROcUt/HNheERQn46jXVsHvffgV16oJAgWo1B BeeimLruoKPfiNmpH4fFp/qXZU6IolgFEfojOpjYxAg2IE9IgyeCaxT+FHW5WwumlMZG 2boRy+DuUTRFgCsL9Ycek0M4beXZGPi3uAcOkm15xE9QYw11uiFGMi08XZOY0AA2VZqQ oBsg0PvOlPi6BuQWJgbXP0GdczosOIM+eJnevX7aZ7kKnebbyXd6kE86M/Bj9F2Urh/f VOAqTn1AtoXwf1axy6mEV8YSeS6qQAzOdNQFKFW/U2AuQw8DFpNEtUrK+YAGJ3yUId0d ESQw== X-Gm-Message-State: ALQs6tAO2fwZoRwtczSTozDpeZMW2c5gU2EeyvGY+7oz9wS66fhDDJdn DStIKWiZT8pDOaOwBIQmHvKbaY9P X-Google-Smtp-Source: AB8JxZojzoZn/Xmqodoz4YmgPTyzWt6+FtuFE6IHzPAbehPM+059U2bKPUQf02QHoX4OrqSBytgsJg== X-Received: by 2002:a63:7f58:: with SMTP id p24-v6mr1044504pgn.290.1524810718749; Thu, 26 Apr 2018 23:31:58 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id m7-v6sm1230366pga.46.2018.04.26.23.31.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Apr 2018 23:31:58 -0700 (PDT) From: Matt Turner To: gentoo-dev@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-dev] [PATCH 4/4] kde4-base.eclass: Transition deps to x11-base/xorg-proto Date: Thu, 26 Apr 2018 23:31:48 -0700 Message-Id: <20180427063148.6430-4-mattst88@gentoo.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180427063148.6430-1-mattst88@gentoo.org> References: <20180427063148.6430-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 4e0dc016-7ad2-4203-bebc-19e2c89d06c5 X-Archives-Hash: f791a713ab03bc9bc318a98c574c7fe4 --- eclass/kde4-base.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 8abade2677d4..72e4fcfe526b 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -387,7 +387,7 @@ kdedepend=" dev-util/automoc virtual/pkgconfig >=x11-libs/libXtst-1.1.0 - x11-proto/xf86vidmodeproto + x11-base/xorg-proto " kderdepend="" -- 2.16.1