summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2018-10-11 08:56:38 +0900
committerNaohiro Aota <naota@gentoo.org>2018-10-11 08:57:04 +0900
commite75fc086327a710bbc2bc67f9fb7a074478ed220 (patch)
tree6e659141b7e87e146dc9ff30ca9b6cd7ded7b6da
parentapp-admin/ansible: 2.5.10 and 2.6.5 stable amd64 and x86 with cleanup (diff)
downloadgentoo-e75fc086327a710bbc2bc67f9fb7a074478ed220.tar.gz
gentoo-e75fc086327a710bbc2bc67f9fb7a074478ed220.tar.bz2
gentoo-e75fc086327a710bbc2bc67f9fb7a074478ed220.zip
app-text/xdvik: add missing dependency to virtual/emacs
Closes: https://bugs.gentoo.org/665154 Signed-off-by: Naohiro Aota <naota@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--app-text/xdvik/xdvik-22.87.03-r1.ebuild3
-rw-r--r--app-text/xdvik/xdvik-22.87.03-r2.ebuild1
2 files changed, 3 insertions, 1 deletions
diff --git a/app-text/xdvik/xdvik-22.87.03-r1.ebuild b/app-text/xdvik/xdvik-22.87.03-r1.ebuild
index 9c61d7036507..dc814d5d0db8 100644
--- a/app-text/xdvik/xdvik-22.87.03-r1.ebuild
+++ b/app-text/xdvik/xdvik-22.87.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,6 +19,7 @@ RDEPEND="media-libs/freetype:2
x11-libs/libXmu
x11-libs/libXpm
x11-libs/libXt
+ emacs? ( virtual/emacs )
motif? ( >=x11-libs/motif-2.3:0 )
!motif? (
neXt? ( x11-libs/neXtaw )
diff --git a/app-text/xdvik/xdvik-22.87.03-r2.ebuild b/app-text/xdvik/xdvik-22.87.03-r2.ebuild
index 30720be20629..34a4d9669b4e 100644
--- a/app-text/xdvik/xdvik-22.87.03-r2.ebuild
+++ b/app-text/xdvik/xdvik-22.87.03-r2.ebuild
@@ -19,6 +19,7 @@ CDEPEND=">=media-libs/freetype-2.9.1-r2:2
x11-libs/libXmu
x11-libs/libXpm
x11-libs/libXt
+ emacs? ( virtual/emacs )
motif? ( >=x11-libs/motif-2.3:0 )
!motif? (
neXt? ( x11-libs/neXtaw )