Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xdvik/
Date: Wed, 21 Mar 2018 21:41:20
Message-Id: 1521668281.6b1c73ef88f133119523fce53b14972dae11fd58.ulm@gentoo
1 commit: 6b1c73ef88f133119523fce53b14972dae11fd58
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 21:36:03 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 21:38:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1c73ef
7
8 app-text/xdvik: Fix X dependencies.
9
10 Non-maintainer commit (with permission from dilfridge).
11
12 Closes: https://bugs.gentoo.org/649150
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 app-text/xdvik/{xdvik-22.87.03.ebuild => xdvik-22.87.03-r1.ebuild} | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/app-text/xdvik/xdvik-22.87.03.ebuild b/app-text/xdvik/xdvik-22.87.03-r1.ebuild
19 similarity index 97%
20 rename from app-text/xdvik/xdvik-22.87.03.ebuild
21 rename to app-text/xdvik/xdvik-22.87.03-r1.ebuild
22 index 76037612857..9c61d703650 100644
23 --- a/app-text/xdvik/xdvik-22.87.03.ebuild
24 +++ b/app-text/xdvik/xdvik-22.87.03-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -14,10 +14,11 @@ LICENSE="GPL-2"
32 IUSE="motif neXt Xaw3d emacs"
33
34 RDEPEND="media-libs/freetype:2
35 + x11-libs/libX11
36 x11-libs/libXi
37 x11-libs/libXmu
38 - x11-libs/libXp
39 x11-libs/libXpm
40 + x11-libs/libXt
41 motif? ( >=x11-libs/motif-2.3:0 )
42 !motif? (
43 neXt? ( x11-libs/neXtaw )