Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gap/
Date: Mon, 28 Sep 2020 10:12:24
Message-Id: 1601287934.9fddbf9da443d2b0d73b402d072672307b0c2432.chymera@gentoo
1 commit: 9fddbf9da443d2b0d73b402d072672307b0c2432
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Mon Sep 28 10:12:14 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Mon Sep 28 10:12:14 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9fddbf9d
7
8 sci-mathematics/gap: updated dependency name
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-mathematics/gap/gap-4.4.12.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/gap/gap-4.4.12.ebuild b/sci-mathematics/gap/gap-4.4.12.ebuild
17 index 5cd6089e6..a728704c2 100644
18 --- a/sci-mathematics/gap/gap-4.4.12.ebuild
19 +++ b/sci-mathematics/gap/gap-4.4.12.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -24,7 +24,7 @@ LICENSE="GPL-2"
27 KEYWORDS="~amd64 ~x86"
28
29 RDEPEND="
30 - emacs? ( virtual/emacs )
31 + emacs? ( app-editors/emacs:* )
32 vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
33 DEPEND="${RDEPEND}"