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 29888138334 for ; Fri, 20 Dec 2019 22:49:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03F5FE0928; Fri, 20 Dec 2019 22:49:37 +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 B77A0E091F for ; Fri, 20 Dec 2019 22:49:36 +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 D3AF334D33D for ; Fri, 20 Dec 2019 22:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D23598C 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: <1576882128.a1f0558d764b2c10173d5bd3da9ef94e24533f29.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/fricas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/fricas/fricas-1.3.4.ebuild sci-mathematics/fricas/fricas-1.3.5.ebuild X-VCS-Directories: sci-mathematics/fricas/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a1f0558d764b2c10173d5bd3da9ef94e24533f29 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: 2c08417d-7edc-4c8b-bf88-34feb68818f8 X-Archives-Hash: 1d05df8000de880c2cdd830278431488 commit: a1f0558d764b2c10173d5bd3da9ef94e24533f29 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 20 16:28:30 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 20 22:48:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f0558d sci-mathematics/fricas: 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-mathematics/fricas/fricas-1.3.4.ebuild | 4 ++-- sci-mathematics/fricas/fricas-1.3.5.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/fricas/fricas-1.3.4.ebuild b/sci-mathematics/fricas/fricas-1.3.4.ebuild index b844cb78f7b..2ed8ffb542c 100644 --- a/sci-mathematics/fricas/fricas-1.3.4.ebuild +++ b/sci-mathematics/fricas/fricas-1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ COMS=( . lisp . ecl . ccl ) IUSE="${LISPS[*]} X emacs gmp" RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) gmp? ( dev-libs/gmp:= )" # Generating lisp deps diff --git a/sci-mathematics/fricas/fricas-1.3.5.ebuild b/sci-mathematics/fricas/fricas-1.3.5.ebuild index b9e209804b8..2ed8ffb542c 100644 --- a/sci-mathematics/fricas/fricas-1.3.5.ebuild +++ b/sci-mathematics/fricas/fricas-1.3.5.ebuild @@ -20,7 +20,7 @@ COMS=( . lisp . ecl . ccl ) IUSE="${LISPS[*]} X emacs gmp" RDEPEND="X? ( x11-libs/libXpm x11-libs/libICE ) - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) gmp? ( dev-libs/gmp:= )" # Generating lisp deps