diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-05 09:55:57 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-05 09:55:57 +0000 |
commit | 658ae299b43116f8a716cdc5853a204cc1b27bb5 (patch) | |
tree | 282cfd8ead106f3740a066520f62d8474a24e9bd /app-text | |
parent | Rephrase the chroot part of pkg_postinst and /etc/conf.d/named as suggested i... (diff) | |
download | gentoo-2-658ae299b43116f8a716cdc5853a204cc1b27bb5.tar.gz gentoo-2-658ae299b43116f8a716cdc5853a204cc1b27bb5.tar.bz2 gentoo-2-658ae299b43116f8a716cdc5853a204cc1b27bb5.zip |
x86 stable wrt bug #319505
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gpl/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog index 65615c68d40b..1c76631fba9c 100644 --- a/app-text/ghostscript-gpl/ChangeLog +++ b/app-text/ghostscript-gpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gpl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.88 2010/06/04 12:13:32 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.89 2010/06/05 09:55:57 phajdan.jr Exp $ + + 05 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + ghostscript-gpl-8.71-r1.ebuild: + x86 stable wrt bug #319505 04 Jun 2010; Dror Levin <spatz@gentoo.org> -ghostscript-gpl-8.71-r2.ebuild, -ghostscript-gpl-8.71-r3.ebuild: diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild index a50034d0a450..038c24977cb8 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild,v 1.4 2010/03/25 20:48:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild,v 1.5 2010/06/05 09:55:57 phajdan.jr Exp $ EAPI=2 inherit autotools eutils versionator flag-o-matic @@ -17,7 +17,7 @@ SRC_URI="!bindist? ( djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.g LICENSE="GPL-3 CPL-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="bindist cairo cups djvu gtk jpeg2k X" COMMON_DEPEND="app-text/libpaper |