diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-11-04 00:31:17 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-11-04 00:31:17 +0000 |
commit | af9b6e906247006c3829749eff8072c7e7091f02 (patch) | |
tree | 6b6c4dd2ddabc00d4cf617c5f160de2947e06c6a /app-text/ghostscript-gpl | |
parent | stabled x86, bug #153598 (diff) | |
download | gentoo-2-af9b6e906247006c3829749eff8072c7e7091f02.tar.gz gentoo-2-af9b6e906247006c3829749eff8072c7e7091f02.tar.bz2 gentoo-2-af9b6e906247006c3829749eff8072c7e7091f02.zip |
Add missing libXext dep thanks to jkt in bug 153976
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog index 53b4d6117696..6301dd70667e 100644 --- a/app-text/ghostscript-gpl/ChangeLog +++ b/app-text/ghostscript-gpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gpl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.6 2006/09/23 02:37:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.7 2006/11/04 00:31:17 genstef Exp $ + + 04 Nov 2006; Stefan Schweizer <genstef@gentoo.org> + ghostscript-gpl-8.54.ebuild: + Add missing libXext dep thanks to jkt in bug 153976 22 Sep 2006; Stefan Schweizer <genstef@gentoo.org> ghostscript-gpl-8.54.ebuild: diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild index 65e493966c8b..bbb3d6d4632a 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild,v 1.6 2006/09/23 02:37:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild,v 1.7 2006/11/04 00:31:17 genstef Exp $ WANT_AUTOMAKE=1.6 inherit autotools elisp-common eutils versionator flag-o-matic @@ -27,7 +27,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 x11-libs/libXext ) gtk? ( >=x11-libs/gtk+-2.0 ) cups? ( >=net-print/cups-1.1.20 ) jpeg2k? ( media-libs/jasper ) |