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 C18C31382C5 for ; Tue, 22 May 2018 01:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A8DEE08DC; Tue, 22 May 2018 01:19:37 +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 12370E08D9 for ; Tue, 22 May 2018 01:19:37 +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 2DF62335C7A for ; Tue, 22 May 2018 01:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CEB62BA 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: <1526951115.4c97225b5df4a6bd101888aac3a3e7b2eeafa674.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/phylip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/phylip/phylip-3.69-r1.ebuild sci-biology/phylip/phylip-3.696-r1.ebuild sci-biology/phylip/phylip-3.696-r2.ebuild X-VCS-Directories: sci-biology/phylip/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4c97225b5df4a6bd101888aac3a3e7b2eeafa674 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: f957a8a4-f17d-40e1-908b-6b58973fb940 X-Archives-Hash: d28d9143d659926101ac21a2ac5a4a0f commit: 4c97225b5df4a6bd101888aac3a3e7b2eeafa674 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Tue May 22 00:19:09 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 22 01:05:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c97225b sci-biology/phylip: Update dependencies (x11-proto/* -> x11-base/xorg-proto). sci-biology/phylip/phylip-3.69-r1.ebuild | 4 ++-- sci-biology/phylip/phylip-3.696-r1.ebuild | 4 ++-- sci-biology/phylip/phylip-3.696-r2.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-biology/phylip/phylip-3.69-r1.ebuild b/sci-biology/phylip/phylip-3.69-r1.ebuild index 658c92e785c..12f00781080 100644 --- a/sci-biology/phylip/phylip-3.69-r1.ebuild +++ b/sci-biology/phylip/phylip-3.69-r1.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 @@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" S="${WORKDIR}/${P}/src" diff --git a/sci-biology/phylip/phylip-3.696-r1.ebuild b/sci-biology/phylip/phylip-3.696-r1.ebuild index 03b33b30380..3943d363794 100644 --- a/sci-biology/phylip/phylip-3.696-r1.ebuild +++ b/sci-biology/phylip/phylip-3.696-r1.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 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" S="${WORKDIR}/${P}/src" diff --git a/sci-biology/phylip/phylip-3.696-r2.ebuild b/sci-biology/phylip/phylip-3.696-r2.ebuild index c19085ed6cf..b3488d65421 100644 --- a/sci-biology/phylip/phylip-3.696-r2.ebuild +++ b/sci-biology/phylip/phylip-3.696-r2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND="x11-libs/libXaw !!dev-lang/elixir" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" S="${WORKDIR}/${P}/src"