diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-12-14 06:01:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-12-14 06:01:50 +0000 |
commit | 6725d12e124e15e946aabca46678d3322483e566 (patch) | |
tree | 15e9fd80737b3d777d2085aea0ef079a5216dd86 /app-text | |
parent | Fix modular X with USE=nas. (diff) | |
download | gentoo-2-6725d12e124e15e946aabca46678d3322483e566.tar.gz gentoo-2-6725d12e124e15e946aabca46678d3322483e566.tar.bz2 gentoo-2-6725d12e124e15e946aabca46678d3322483e566.zip |
Cleaned up modular X depends spacing
(Portage version: 2.0.53)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild index d60f9fc90468..b2892fcaa913 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.3 2005/12/13 20:45:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.4 2005/12/14 06:01:50 cardoe Exp $ inherit eutils @@ -27,8 +27,7 @@ DEPEND="virtual/libc >=media-libs/jpeg-6b >=media-libs/libpng-1.2.5 >=sys-libs/zlib-1.2.0 - X? ( || ( ( x11-libs/libXt ) - ( virtual/x11 ) ) ) + X? ( || ( x11-libs/libXt virtual/x11 ) ) cjk? ( media-fonts/arphicfonts media-fonts/kochi-substitute media-fonts/baekmuk-fonts ) @@ -37,9 +36,9 @@ DEPEND="virtual/libc !virtual/ghostscript media-fonts/gnu-gs-fonts-std" -RDEPEND="X? ( || ( ( x11-libs/libXt - x11-libs/libXi ) - ( virtual/x11 ) ) )" +RDEPEND="X? ( || ( ( x11-libs/libXt + x11-libs/libXi ) + virtual/x11 ) )" S=${WORKDIR}/${MY_P} |