commit: 6b1c73ef88f133119523fce53b14972dae11fd58 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 21 21:36:03 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Mar 21 21:38:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1c73ef
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 app-text/xdvik/{xdvik-22.87.03.ebuild => xdvik-22.87.03-r1.ebuild} | 5 +++-- 1 file 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 similarity index 97% rename from app-text/xdvik/xdvik-22.87.03.ebuild rename to app-text/xdvik/xdvik-22.87.03-r1.ebuild index 76037612857..9c61d703650 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 )
