diff options
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index 485c7444b214..3b71d7a3fb17 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.8 2006/01/05 00:22:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.9 2006/01/15 00:54:10 cryos Exp $ + + 15 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> + ghostscript-gnu-8.16-r1.ebuild: + Stable on amd64, bug 111212. 05 Jan 2006; Stefan Schweizer <genstef@gentoo.org> ghostscript-gnu-8.16-r1.ebuild: diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild index d48cb7a0c382..4575b0d4e8ea 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.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-r1.ebuild,v 1.5 2006/01/05 00:22:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.6 2006/01/15 00:54:10 cryos Exp $ inherit eutils @@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/ghostscript/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="amd64 ~ppc ~x86" IUSE="X cups cjk gtk" PROVIDE="virtual/ghostscript" |