diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-26 17:20:39 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-26 17:20:39 +0000 |
commit | ca616d480578b3ad84256ecae467833ef5373177 (patch) | |
tree | 6f11daa1d6923657138530e74ec4b9fb9c5e6df9 /app-text | |
parent | Stable on amd64 wrt bug #132213 (diff) | |
download | gentoo-2-ca616d480578b3ad84256ecae467833ef5373177.tar.gz gentoo-2-ca616d480578b3ad84256ecae467833ef5373177.tar.bz2 gentoo-2-ca616d480578b3ad84256ecae467833ef5373177.zip |
Stable on ppc64; bug #129275
(Portage version: 2.0.54-r2)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index f248a5a294d6..af37b0d9ce4d 100644 --- a/app-text/ghostscript-gnu/ChangeLog +++ b/app-text/ghostscript-gnu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gnu # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.23 2006/04/29 13:08:27 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.24 2006/05/26 17:20:39 corsair Exp $ + + 26 May 2006; Markus Rothe <corsair@gentoo.org> + ghostscript-gnu-8.16-r3.ebuild: + Stable on ppc64; bug #129275 29 Apr 2006; Stefan Schweizer <genstef@gentoo.org> -ghostscript-gnu-8.16-r2.ebuild: diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r3.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r3.ebuild index bf3403cf9958..1e9a098a1548 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r3.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r3.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-gnu/ghostscript-gnu-8.16-r3.ebuild,v 1.2 2006/04/28 12:27:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r3.ebuild,v 1.3 2006/05/26 17:20:39 corsair Exp $ inherit eutils libtool autotools @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/ghostscript/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="X cups cjk emacs gtk" |