Gentoo Archives: gentoo-commits

From: Naohiro Aota <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xdvik/
Date: Wed, 10 Oct 2018 23:58:06
Message-Id: 1539215824.e75fc086327a710bbc2bc67f9fb7a074478ed220.naota@gentoo
1 commit: e75fc086327a710bbc2bc67f9fb7a074478ed220
2 Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 10 23:56:38 2018 +0000
4 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 10 23:57:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75fc086
7
8 app-text/xdvik: add missing dependency to virtual/emacs
9
10 Closes: https://bugs.gentoo.org/665154
11 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 app-text/xdvik/xdvik-22.87.03-r1.ebuild | 3 ++-
15 app-text/xdvik/xdvik-22.87.03-r2.ebuild | 1 +
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/app-text/xdvik/xdvik-22.87.03-r1.ebuild b/app-text/xdvik/xdvik-22.87.03-r1.ebuild
19 index 9c61d703650..dc814d5d0db 100644
20 --- a/app-text/xdvik/xdvik-22.87.03-r1.ebuild
21 +++ b/app-text/xdvik/xdvik-22.87.03-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -19,6 +19,7 @@ RDEPEND="media-libs/freetype:2
29 x11-libs/libXmu
30 x11-libs/libXpm
31 x11-libs/libXt
32 + emacs? ( virtual/emacs )
33 motif? ( >=x11-libs/motif-2.3:0 )
34 !motif? (
35 neXt? ( x11-libs/neXtaw )
36
37 diff --git a/app-text/xdvik/xdvik-22.87.03-r2.ebuild b/app-text/xdvik/xdvik-22.87.03-r2.ebuild
38 index 30720be2062..34a4d9669b4 100644
39 --- a/app-text/xdvik/xdvik-22.87.03-r2.ebuild
40 +++ b/app-text/xdvik/xdvik-22.87.03-r2.ebuild
41 @@ -19,6 +19,7 @@ CDEPEND=">=media-libs/freetype-2.9.1-r2:2
42 x11-libs/libXmu
43 x11-libs/libXpm
44 x11-libs/libXt
45 + emacs? ( virtual/emacs )
46 motif? ( >=x11-libs/motif-2.3:0 )
47 !motif? (
48 neXt? ( x11-libs/neXtaw )