diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 17:28:48 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:48 +0100 |
commit | 70be06cca1ca2c322b08e79799a293430c1768df (patch) | |
tree | e510cc68658af7c9b181e19b925f91ee5627cec5 /sci-mathematics/geomview | |
parent | sci-mathematics/fricas: Update virtual/emacs dependency. (diff) | |
download | gentoo-70be06cca1ca2c322b08e79799a293430c1768df.tar.gz gentoo-70be06cca1ca2c322b08e79799a293430c1768df.tar.bz2 gentoo-70be06cca1ca2c322b08e79799a293430c1768df.zip |
sci-mathematics/geomview: 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/geomview')
-rw-r--r-- | sci-mathematics/geomview/geomview-1.9.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/geomview/geomview-1.9.5-r1.ebuild b/sci-mathematics/geomview/geomview-1.9.5-r1.ebuild index 675a3515f014..0ffb2d155b8a 100644 --- a/sci-mathematics/geomview/geomview-1.9.5-r1.ebuild +++ b/sci-mathematics/geomview/geomview-1.9.5-r1.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 @@ -17,7 +17,7 @@ IUSE="motionaveraging debug emacs zlib" DEPEND="x11-libs/motif:0 virtual/glu virtual/opengl - emacs? ( virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND} x11-misc/xdg-utils" |