diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-11 19:18:51 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-11 19:18:51 +0000 |
commit | 1f8a77bc2d32fd6abf6f46fd01ff928a8233b4e7 (patch) | |
tree | 19c2a48bf8f031e006debbf6a63ff495b96de189 | |
parent | Marked ~ppc-macos (bug #105847) (diff) | |
download | gentoo-2-1f8a77bc2d32fd6abf6f46fd01ff928a8233b4e7.tar.gz gentoo-2-1f8a77bc2d32fd6abf6f46fd01ff928a8233b4e7.tar.bz2 gentoo-2-1f8a77bc2d32fd6abf6f46fd01ff928a8233b4e7.zip |
Add modular X dependencies.
(Portage version: 2.0.53)
-rw-r--r-- | app-text/ghostscript-afpl/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog index 61ab4bcbb633..40b05d9d06b3 100644 --- a/app-text/ghostscript-afpl/ChangeLog +++ b/app-text/ghostscript-afpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-afpl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.31 2005/11/05 19:25:03 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.32 2005/12/11 19:18:51 spyderous Exp $ + + 11 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + ghostscript-afpl-8.53.ebuild: + Add modular X dependencies. 05 Nov 2005; Stefan Schweizer <genstef@gentoo.org> ghostscript-afpl-8.53.ebuild: diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild index d64543b23ba8..b84f44c80ef6 100644 --- a/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild +++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.53.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-afpl/ghostscript-afpl-8.53.ebuild,v 1.3 2005/11/05 19:25:03 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53.ebuild,v 1.4 2005/12/11 19:18:51 spyderous Exp $ inherit eutils @@ -28,7 +28,12 @@ DEPEND="virtual/libc >=media-libs/libpng-1.2.8 >=sys-libs/zlib-1.2.1 >=media-fonts/gnu-gs-fonts-std-8.11 - X? ( virtual/x11 ) + X? ( || ( ( x11-libs/libXt + x11-libs/libXpm + ) + virtual/x11 + ) + ) gtk? ( =x11-libs/gtk+-1.2* ) cjk? ( media-fonts/arphicfonts media-fonts/kochi-substitute |