diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-10-15 09:16:19 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-10-15 09:16:19 +0000 |
commit | f7e381cef0e33db48d255504f7ea9c1f0eaf5466 (patch) | |
tree | d32125cf4a92967de27a6fb9a3274c958e73d0fe /app-text | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-f7e381cef0e33db48d255504f7ea9c1f0eaf5466.tar.gz gentoo-2-f7e381cef0e33db48d255504f7ea9c1f0eaf5466.tar.bz2 gentoo-2-f7e381cef0e33db48d255504f7ea9c1f0eaf5466.zip |
dev-util/pkgconfig even needed without gtk USE thanks to patrick in bug 151423
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-esp/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild | 4 | ||||
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/ghostscript-esp/ChangeLog b/app-text/ghostscript-esp/ChangeLog index 84554a3d58d1..751043d03ae7 100644 --- a/app-text/ghostscript-esp/ChangeLog +++ b/app-text/ghostscript-esp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-esp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.38 2006/10/03 00:11:52 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.39 2006/10/15 09:16:19 genstef Exp $ + + 15 Oct 2006; Stefan Schweizer <genstef@gentoo.org> + ghostscript-esp-8.15.1_p20060430.ebuild, ghostscript-esp-8.15.3.ebuild: + dev-util/pkgconfig even needed without gtk USE thanks to patrick in bug 151423 03 Oct 2006; Stefan Schweizer <genstef@gentoo.org> -ghostscript-esp-8.15.2_p20060520.ebuild: diff --git a/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild b/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild index c3ede1a028cc..0c7caccc9164 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.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-esp/ghostscript-esp-8.15.1_p20060430.ebuild,v 1.12 2006/10/01 10:10:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-8.15.1_p20060430.ebuild,v 1.13 2006/10/15 09:16:19 genstef Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -42,7 +42,7 @@ RDEPEND="${DEP} media-fonts/gnu-gs-fonts-std" DEPEND="${DEP} - gtk? ( dev-util/pkgconfig )" + dev-util/pkgconfig" S=${WORKDIR}/${MY_P} diff --git a/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild b/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild index 41fefbd9baf2..ab3ce76bde20 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-8.15.3.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-esp/ghostscript-esp-8.15.3.ebuild,v 1.3 2006/10/01 12:37:40 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-8.15.3.ebuild,v 1.4 2006/10/15 09:16:19 genstef Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -43,7 +43,7 @@ RDEPEND="${DEP} media-fonts/gnu-gs-fonts-std" DEPEND="${DEP} - gtk? ( dev-util/pkgconfig )" + dev-util/pkgconfig" S=${WORKDIR}/${MY_P} |