diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 17:29:32 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:50 +0100 |
commit | d7e7ad0093ed3eefa4d5b67d83c2ffe0c1c34b39 (patch) | |
tree | e0abd0861724c6108082bce74a1bcea9546c328b /sci-mathematics | |
parent | sci-mathematics/gretl: Update virtual/emacs dependency. (diff) | |
download | gentoo-d7e7ad0093ed3eefa4d5b67d83c2ffe0c1c34b39.tar.gz gentoo-d7e7ad0093ed3eefa4d5b67d83c2ffe0c1c34b39.tar.bz2 gentoo-d7e7ad0093ed3eefa4d5b67d83c2ffe0c1c34b39.zip |
sci-mathematics/Macaulay2: 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')
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild b/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild index acd1d0deb899..0e0cd648a7d2 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -47,7 +47,7 @@ RDEPEND="${PYTHON_DEPS} sys-libs/ncurses >=dev-libs/boehm-gc-7.4[threads] dev-libs/libatomic_ops - emacs? ( virtual/emacs )" + emacs? ( >=app-editors/emacs-23.1:* )" SITEFILE=70Macaulay2-gentoo.el |