summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-03-21 22:36:03 +0100
committerUlrich Müller <ulm@gentoo.org>2018-03-21 22:38:01 +0100
commit6b1c73ef88f133119523fce53b14972dae11fd58 (patch)
treefe8ac0ec41d7d1e9e19ea30d5c6fd559590b77e6 /app-text/xdvik
parentmedia-gfx/graphite2-1.3.10: hppa stable, bug 621724 (diff)
downloadgentoo-6b1c73ef88f133119523fce53b14972dae11fd58.tar.gz
gentoo-6b1c73ef88f133119523fce53b14972dae11fd58.tar.bz2
gentoo-6b1c73ef88f133119523fce53b14972dae11fd58.zip
app-text/xdvik: Fix X dependencies.
Non-maintainer commit (with permission from dilfridge). Closes: https://bugs.gentoo.org/649150 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-text/xdvik')
-rw-r--r--app-text/xdvik/xdvik-22.87.03-r1.ebuild (renamed from app-text/xdvik/xdvik-22.87.03.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/xdvik/xdvik-22.87.03.ebuild b/app-text/xdvik/xdvik-22.87.03-r1.ebuild
index 760376128572..9c61d7036507 100644
--- a/app-text/xdvik/xdvik-22.87.03.ebuild
+++ b/app-text/xdvik/xdvik-22.87.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,10 +14,11 @@ LICENSE="GPL-2"
IUSE="motif neXt Xaw3d emacs"
RDEPEND="media-libs/freetype:2
+ x11-libs/libX11
x11-libs/libXi
x11-libs/libXmu
- x11-libs/libXp
x11-libs/libXpm
+ x11-libs/libXt
motif? ( >=x11-libs/motif-2.3:0 )
!motif? (
neXt? ( x11-libs/neXtaw )