diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-06-10 01:04:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-06-10 01:04:40 +0000 |
commit | a05bbbbcfcf707c1293157dcbe6d5922dc66a08a (patch) | |
tree | 70f1423ec56a7b33a75a43671316f1ba7db56c59 /app-text | |
parent | version bump (diff) | |
download | gentoo-2-a05bbbbcfcf707c1293157dcbe6d5922dc66a08a.tar.gz gentoo-2-a05bbbbcfcf707c1293157dcbe6d5922dc66a08a.tar.bz2 gentoo-2-a05bbbbcfcf707c1293157dcbe6d5922dc66a08a.zip |
Add arm64 love.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-text')
4 files changed, 12 insertions, 7 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog index 4aea0c287a8e..6add3742c03e 100644 --- a/app-text/ghostscript-gpl/ChangeLog +++ b/app-text/ghostscript-gpl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/ghostscript-gpl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.173 2014/03/26 17:31:52 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.174 2014/06/10 01:04:40 vapier Exp $ + + 10 Jun 2014; Mike Frysinger <vapier@gentoo.org> + ghostscript-gpl-9.10-r2.ebuild, ghostscript-gpl-9.10-r3.ebuild, + ghostscript-gpl-9.14.ebuild: + Add arm64 love. *ghostscript-gpl-9.14 (26 Mar 2014) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild index dd1e6725b519..cfbcc1518be3 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild,v 1.10 2014/02/20 14:21:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r2.ebuild,v 1.11 2014/06/10 01:04:39 vapier Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="bindist cups dbus djvu gtk idn linguas_de static-libs X" COMMON_DEPEND=" diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r3.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r3.ebuild index d16830cd4302..effeaa40e7ea 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r3.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r3.ebuild,v 1.1 2014/02/12 19:22:04 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.10-r3.ebuild,v 1.2 2014/06/10 01:04:39 vapier Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="bindist cups dbus djvu gtk idn linguas_de static-libs X" COMMON_DEPEND=" diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.14.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.14.ebuild index 92f1092947ea..75cee10301b6 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.14.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.14.ebuild,v 1.1 2014/03/26 17:31:52 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.14.ebuild,v 1.2 2014/06/10 01:04:39 vapier Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="bindist cups dbus djvu gtk idn linguas_de static-libs X" COMMON_DEPEND=" |