diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-11-08 07:20:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-11-08 07:20:11 +0000 |
commit | 382689d6ea565094d3de14154de4fe86e701de7e (patch) | |
tree | 9201866878be981059b9332806cd182ea46b16f4 /app-text/ghostscript | |
parent | trim whitespace (diff) | |
download | gentoo-2-382689d6ea565094d3de14154de4fe86e701de7e.tar.gz gentoo-2-382689d6ea565094d3de14154de4fe86e701de7e.tar.bz2 gentoo-2-382689d6ea565094d3de14154de4fe86e701de7e.zip |
x11-proto -> x11-libs
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/ghostscript')
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r10.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild index 4030f25d4a78..33cb052b2af0 100644 --- a/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild +++ b/app-text/ghostscript/ghostscript-7.07.1-r10.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/ghostscript-7.07.1-r10.ebuild,v 1.5 2005/11/08 03:59:21 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild,v 1.6 2005/11/08 07:20:11 swegener Exp $ inherit flag-o-matic eutils toolchain-funcs libtool @@ -32,12 +32,11 @@ RDEPEND="${DEP} media-fonts/kochi-substitute media-fonts/baekmuk-fonts ) X? ( || ( ( - x11-proto/libXt - x11-proto/libXt - x11-proto/libSM - x11-proto/libICE - x11-proto/libXau - x11-proto/libXdmcp ) + x11-libs/libXt + x11-libs/libSM + x11-libs/libICE + x11-libs/libXau + x11-libs/libXdmcp ) virtual/x11 ) ) media-fonts/gnu-gs-fonts-std" |