diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 17:28:30 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:48 +0100 |
commit | a1f0558d764b2c10173d5bd3da9ef94e24533f29 (patch) | |
tree | a80d8054b667eca9bce63c2eb384f5d2418e8843 /sci-mathematics/fricas | |
parent | sci-mathematics/agda: Update virtual/emacs dependency. (diff) | |
download | gentoo-a1f0558d764b2c10173d5bd3da9ef94e24533f29.tar.gz gentoo-a1f0558d764b2c10173d5bd3da9ef94e24533f29.tar.bz2 gentoo-a1f0558d764b2c10173d5bd3da9ef94e24533f29.zip |
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 <ulm@gentoo.org>
Diffstat (limited to 'sci-mathematics/fricas')
-rw-r--r-- | sci-mathematics/fricas/fricas-1.3.4.ebuild | 4 | ||||
-rw-r--r-- | 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 b844cb78f7b6..2ed8ffb542ce 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 b9e209804b8d..2ed8ffb542ce 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 |