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 D10111382C5 for ; Tue, 22 May 2018 01:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4739AE08BB; Tue, 22 May 2018 01:19:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1D931E0891 for ; Tue, 22 May 2018 01:19:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 05310335C80 for ; Tue, 22 May 2018 01:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179802B5 for ; Tue, 22 May 2018 01:19:32 +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: <1526951114.9b91499a53cb82d4670335063a538de12a090f3e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild X-VCS-Directories: xfce-base/xfce4-settings/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9b91499a53cb82d4670335063a538de12a090f3e X-VCS-Branch: master Date: Tue, 22 May 2018 01:19:32 +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: 89bf55a0-d630-4463-8ece-c9bda64ab08e X-Archives-Hash: 3ec8cae706a09913cfed0a69a796c138 commit: 9b91499a53cb82d4670335063a538de12a090f3e Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon May 21 23:42:58 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 22 01:05:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b91499a xfce-base/xfce4-settings: Update dependencies (x11-proto/* -> x11-base/xorg-proto). xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild | 3 +-- xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild | 3 +-- xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild | 5 ++--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild index 2c95eaf7c41..4255798bb47 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild @@ -36,8 +36,7 @@ DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig sys-devel/gettext - >=x11-proto/inputproto-1.4 - x11-proto/xproto" + x11-base/xorg-proto" pkg_setup() { XFCONF=( diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild index 2550078d49d..3ff66f01e60 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.12.3.ebuild @@ -35,8 +35,7 @@ DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig sys-devel/gettext - >=x11-proto/inputproto-1.4 - x11-proto/xproto" + x11-base/xorg-proto" src_configure() { econf \ diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild index e333ed8566d..7164a73dcb5 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -35,8 +35,7 @@ DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig sys-devel/gettext - >=x11-proto/inputproto-1.4 - x11-proto/xproto" + x11-base/xorg-proto" src_configure() { econf \