diff options
author | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:18:54 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-07-22 10:18:54 +0000 |
commit | 6cfe0f735290f530330ee261bd758558baa6f472 (patch) | |
tree | 2fcb3662a2c60e3856aae9352da5818cbea6df27 /app-text | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-6cfe0f735290f530330ee261bd758558baa6f472.tar.gz gentoo-2-6cfe0f735290f530330ee261bd758558baa6f472.tar.bz2 gentoo-2-6cfe0f735290f530330ee261bd758558baa6f472.zip |
Remove virtual/x11 from dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-text')
-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 ) |