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 3DB55138334 for ; Mon, 4 Nov 2019 14:35:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 885A2E0B35; Mon, 4 Nov 2019 14:35:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 723E3E0B35 for ; Mon, 4 Nov 2019 14:35:51 +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 3DB7F34C871 for ; Mon, 4 Nov 2019 14:35:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27DC972F for ; Mon, 4 Nov 2019 14:35:48 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1572878133.561913735cbb5bd00fd8d17f69382f74114aae53.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/epix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/epix/epix-1.2.11-r1.ebuild sci-visualization/epix/epix-1.2.11-r2.ebuild X-VCS-Directories: sci-visualization/epix/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 561913735cbb5bd00fd8d17f69382f74114aae53 X-VCS-Branch: master Date: Mon, 4 Nov 2019 14:35:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6aa2edf-52c7-4db8-b55f-ebe72aab8536 X-Archives-Hash: fd9d51458cc821d7a8b9803ab2125d5a commit: 561913735cbb5bd00fd8d17f69382f74114aae53 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Nov 4 14:35:33 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Nov 4 14:35:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56191373 sci-visualization/epix: migrate from dev-tex/xcolor Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> .../epix/{epix-1.2.11-r1.ebuild => epix-1.2.11-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/epix/epix-1.2.11-r1.ebuild b/sci-visualization/epix/epix-1.2.11-r2.ebuild similarity index 95% rename from sci-visualization/epix/epix-1.2.11-r1.ebuild rename to sci-visualization/epix/epix-1.2.11-r2.ebuild index 536173f22c5..d63c60e45ac 100644 --- a/sci-visualization/epix/epix-1.2.11-r1.ebuild +++ b/sci-visualization/epix/epix-1.2.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ DEPEND=" dev-texlive/texlive-pstricks dev-texlive/texlive-pictures dev-texlive/texlive-latexextra - dev-tex/xcolor + dev-texlive/texlive-latexrecommended emacs? ( virtual/emacs )" RDEPEND="${DEPEND}" SITEFILE=50${PN}-gentoo.el