diff options
author | 2006-02-14 02:51:14 +0000 | |
---|---|---|
committer | 2006-02-14 02:51:14 +0000 | |
commit | fc5466c28ff525599074cccc0fe6450e94c532ff (patch) | |
tree | 9b5ffbc4b2480987630a2997a12e4728255dc230 /app-text/pspresent/pspresent-1.2.ebuild | |
parent | Fixed changes (diff) | |
download | historical-fc5466c28ff525599074cccc0fe6450e94c532ff.tar.gz historical-fc5466c28ff525599074cccc0fe6450e94c532ff.tar.bz2 historical-fc5466c28ff525599074cccc0fe6450e94c532ff.zip |
Fix dependencies for modular X (bug #122652, Ulrich Mueller).
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'app-text/pspresent/pspresent-1.2.ebuild')
-rw-r--r-- | app-text/pspresent/pspresent-1.2.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app-text/pspresent/pspresent-1.2.ebuild b/app-text/pspresent/pspresent-1.2.ebuild index 374d6d21b8f5..2a82fe2d8fef 100644 --- a/app-text/pspresent/pspresent-1.2.ebuild +++ b/app-text/pspresent/pspresent-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2.ebuild,v 1.5 2005/07/16 16:14:22 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pspresent/pspresent-1.2.ebuild,v 1.6 2006/02/14 02:51:14 joshuabaergen Exp $ IUSE="xinerama" @@ -9,9 +9,14 @@ SRC_URI="http://www.cse.unsw.edu.au/~matthewc/pspresent/${P}.tar.gz" HOMEPAGE="http://www.cse.unsw.edu.au/~matthewc/pspresent/" RDEPEND="virtual/libc - virtual/x11 + || ( ( x11-libs/libX11 + xinerama? ( x11-libs/libXinerama ) ) + virtual/x11 ) virtual/ghostscript" DEPEND="${RDEPEND} + || ( ( x11-proto/xproto + xinerama? ( x11-proto/xineramaproto ) ) + virtual/x11 ) >=sys-apps/sed-4" PROVIDE="virtual/psviewer" |