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 10A0A1382C5 for ; Tue, 22 May 2018 02:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB91FE08EB; Tue, 22 May 2018 02:45:41 +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 B72A3E08EB for ; Tue, 22 May 2018 02:45:41 +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 39456335C74 for ; Tue, 22 May 2018 02:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F0E32AB for ; Tue, 22 May 2018 02:45:38 +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: <1526957130.b7968ee32726c45c6ff0b6eab0ffd7bcf034250d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/xgalaga/, games-arcade/xjump/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild games-arcade/xjump/xjump-2.7.5.ebuild X-VCS-Directories: games-arcade/xgalaga/ games-arcade/xjump/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b7968ee32726c45c6ff0b6eab0ffd7bcf034250d X-VCS-Branch: master Date: Tue, 22 May 2018 02:45:38 +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: 5fd7c32c-fa60-46ac-8e47-bf94246549f0 X-Archives-Hash: 8f9d81e2e3c6884b4e903518a5225e06 commit: b7968ee32726c45c6ff0b6eab0ffd7bcf034250d Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue May 22 02:25:32 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 22 02:45:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7968ee3 games-arcade/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild | 4 ++-- games-arcade/xjump/xjump-2.7.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild b/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild index 4c95fe63155..4d3b86a9756 100644 --- a/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild +++ b/games-arcade/xgalaga/xgalaga-2.1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXt" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" src_prepare() { sed -i \ diff --git a/games-arcade/xjump/xjump-2.7.5.ebuild b/games-arcade/xjump/xjump-2.7.5.ebuild index 8577fa4fc62..a8f98a99710 100644 --- a/games-arcade/xjump/xjump-2.7.5.ebuild +++ b/games-arcade/xjump/xjump-2.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXt" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" S=${WORKDIR}/${P}.orig