diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-04-09 16:32:27 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-04-09 16:32:27 +0000 |
commit | 76fd0db988351a5878b91dd5b41c8daaab335bff (patch) | |
tree | 648226ea0e35cff6aa135b1a2241953591e18241 /app-text/ghostscript-gnu | |
parent | bump to 2.1.9 (diff) | |
download | gentoo-2-76fd0db988351a5878b91dd5b41c8daaab335bff.tar.gz gentoo-2-76fd0db988351a5878b91dd5b41c8daaab335bff.tar.bz2 gentoo-2-76fd0db988351a5878b91dd5b41c8daaab335bff.zip |
Added ~ppc64; bug #129275
(Portage version: 2.0.54)
Diffstat (limited to 'app-text/ghostscript-gnu')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index 919c345ba091..c43290957538 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.17 2006/04/02 10:21:00 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.18 2006/04/09 16:32:27 corsair Exp $ + + 09 Apr 2006; Markus Rothe <corsair@gentoo.org> + ghostscript-gnu-8.16-r2.ebuild: + Added ~ppc64; bug #129275 02 Apr 2006; Bryan Østergaard <kloeri@gentoo.org ghostscript-gnu-8.16-r1.ebuild, ghostscript-gnu-8.16-r2.ebuild: diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild index 8446ccfbfc68..b4af1c2fe24d 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.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-r2.ebuild,v 1.5 2006/04/02 10:21:00 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r2.ebuild,v 1.6 2006/04/09 16:32:27 corsair Exp $ inherit eutils libtool @@ -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 ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="X cups cjk emacs gtk" |