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 07C32138334 for ; Fri, 20 Dec 2019 22:49:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E9C1E096E; Fri, 20 Dec 2019 22:49:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 66F8EE096E for ; Fri, 20 Dec 2019 22:49:38 +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 90A1F34D33D for ; Fri, 20 Dec 2019 22:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBD7399B for ; Fri, 20 Dec 2019 22:49:32 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576882134.e0aaf0c81202dca06f00f53590d675f7ef240210.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/thepeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/thepeg/thepeg-1.9.2.ebuild sci-physics/thepeg/thepeg-2.0.0.ebuild sci-physics/thepeg/thepeg-2.0.4.ebuild X-VCS-Directories: sci-physics/thepeg/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e0aaf0c81202dca06f00f53590d675f7ef240210 X-VCS-Branch: master Date: Fri, 20 Dec 2019 22:49: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cdd024c8-27cd-446e-b426-ea75d3bdfe1a X-Archives-Hash: 6cba53996e4680f2a34471d3745369dc commit: e0aaf0c81202dca06f00f53590d675f7ef240210 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 20 16:32:16 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 20 22:48:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0aaf0c8 sci-physics/thepeg: Update virtual/emacs dependency. The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> sci-physics/thepeg/thepeg-1.9.2.ebuild | 2 +- sci-physics/thepeg/thepeg-2.0.0.ebuild | 2 +- sci-physics/thepeg/thepeg-2.0.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/thepeg/thepeg-1.9.2.ebuild b/sci-physics/thepeg/thepeg-1.9.2.ebuild index eacacaa4808..1f333ed8402 100644 --- a/sci-physics/thepeg/thepeg-1.9.2.ebuild +++ b/sci-physics/thepeg/thepeg-1.9.2.ebuild @@ -29,7 +29,7 @@ RESTRICT="!test? ( test )" RDEPEND=" sci-libs/gsl:0= - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) fastjet? ( sci-physics/fastjet:0= ) hepmc? ( sci-physics/hepmc:0= ) java? ( >=virtual/jre-1.5:* ) diff --git a/sci-physics/thepeg/thepeg-2.0.0.ebuild b/sci-physics/thepeg/thepeg-2.0.0.ebuild index 677e29bea9b..6d4e9927f49 100644 --- a/sci-physics/thepeg/thepeg-2.0.0.ebuild +++ b/sci-physics/thepeg/thepeg-2.0.0.ebuild @@ -29,7 +29,7 @@ RESTRICT="!test? ( test )" RDEPEND=" sci-libs/gsl:0= - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) fastjet? ( sci-physics/fastjet:0= ) hepmc? ( sci-physics/hepmc:0= ) java? ( >=virtual/jre-1.5:* ) diff --git a/sci-physics/thepeg/thepeg-2.0.4.ebuild b/sci-physics/thepeg/thepeg-2.0.4.ebuild index 1591dd59d17..93ed41abb78 100644 --- a/sci-physics/thepeg/thepeg-2.0.4.ebuild +++ b/sci-physics/thepeg/thepeg-2.0.4.ebuild @@ -26,7 +26,7 @@ RESTRICT="!test? ( test )" RDEPEND=" sci-libs/gsl:0= - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) fastjet? ( sci-physics/fastjet:0= ) hepmc? ( sci-physics/hepmc:0= ) java? ( >=virtual/jre-1.5:* )