diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 17:30:42 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:51 +0100 |
commit | 55b92fd76e8702afddb605ce34a639c0826d6ffa (patch) | |
tree | 6f61a07a5e8c8e7b0adedd40620a79280ea88b93 /sci-mathematics | |
parent | sci-mathematics/pspp: Update virtual/emacs dependency. (diff) | |
download | gentoo-55b92fd76e8702afddb605ce34a639c0826d6ffa.tar.gz gentoo-55b92fd76e8702afddb605ce34a639c0826d6ffa.tar.bz2 gentoo-55b92fd76e8702afddb605ce34a639c0826d6ffa.zip |
sci-mathematics/singular: 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/singular/singular-4.0.2.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-4.0.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/singular/singular-4.0.2.ebuild b/sci-mathematics/singular/singular-4.0.2.ebuild index 114d83fd0a31..f692e644c823 100644 --- a/sci-mathematics/singular/singular-4.0.2.ebuild +++ b/sci-mathematics/singular/singular-4.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,7 +25,7 @@ IUSE="boost doc emacs examples python +readline" RDEPEND="dev-libs/gmp:0 >=dev-libs/ntl-5.5.1 - emacs? ( >=virtual/emacs-22 ) + emacs? ( >=app-editors/emacs-23.1:* ) sci-mathematics/flint sci-mathematics/4ti2 sci-libs/cddlib" diff --git a/sci-mathematics/singular/singular-4.0.3.ebuild b/sci-mathematics/singular/singular-4.0.3.ebuild index 6d898b9c9fcb..8fd5f63c2231 100644 --- a/sci-mathematics/singular/singular-4.0.3.ebuild +++ b/sci-mathematics/singular/singular-4.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ IUSE="boost doc emacs examples python +readline" RDEPEND="dev-libs/gmp:0 >=dev-libs/ntl-5.5.1 - emacs? ( >=virtual/emacs-22 ) + emacs? ( >=app-editors/emacs-23.1:* ) sci-mathematics/flint sci-mathematics/4ti2 sci-libs/cddlib" |