diff options
author | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:24:50 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:24:50 +0000 |
commit | bf1e76d7758cce9d56acef94434f5fecc4ffe15a (patch) | |
tree | ebbbc294ab015e6190ddced5c8eaf77330c6ce71 /app-text/ghostscript-gnu | |
parent | don't use 'use ppc-macos' (diff) | |
download | historical-bf1e76d7758cce9d56acef94434f5fecc4ffe15a.tar.gz historical-bf1e76d7758cce9d56acef94434f5fecc4ffe15a.tar.bz2 historical-bf1e76d7758cce9d56acef94434f5fecc4ffe15a.zip |
Remove virtual/x11 from dependencies.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-text/ghostscript-gnu')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index 2ab551f6cdc7..a58c0a073e63 100644 --- a/app-text/ghostscript-gnu/ChangeLog +++ b/app-text/ghostscript-gnu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/ghostscript-gnu # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.30 2007/07/04 06:36:45 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.31 2007/07/22 10:18:54 omp Exp $ + + 22 Jul 2007; David Shakaryan <omp@gentoo.org> ghostscript-gnu-8.55.ebuild: + Remove virtual/x11 from dependencies. 04 Jul 2007; Stefan Schweizer <genstef@gentoo.org> ghostscript-gnu-8.55.ebuild: diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild index af32dd130d88..f03e499d144a 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.55.ebuild,v 1.5 2007/07/04 06:36:45 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.55.ebuild,v 1.6 2007/07/22 10:18:54 omp Exp $ WANT_AUTOMAKE=1.6 inherit autotools elisp-common eutils versionator flag-o-matic @@ -26,7 +26,7 @@ DEP="virtual/libc >=media-libs/libpng-1.2.5 >=sys-libs/zlib-1.1.4 >=media-libs/tiff-3.7 - X? ( || ( x11-libs/libXt virtual/x11 ) ) + X? ( x11-libs/libXt ) gtk? ( >=x11-libs/gtk+-2.0 ) cups? ( >=net-print/cups-1.1.20 ) jpeg2k? ( media-libs/jasper ) |