diff options
Diffstat (limited to 'app-text/ghostscript-afpl')
-rw-r--r-- | app-text/ghostscript-afpl/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog index 35730200aa25..4345d9de8a59 100644 --- a/app-text/ghostscript-afpl/ChangeLog +++ b/app-text/ghostscript-afpl/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for app-text/ghostscript-afpl # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.11 2004/04/25 23:00:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.12 2004/05/07 10:29:56 lanius Exp $ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> ghostscript-afpl-8.13.ebuild, ghostscript-afpl-8.14.ebuild: Add die following econf for bug 48950 + 07 May 2004; Heinrich Wendel <lanius@gentoo.org> + ghostscript-afpl-8.14.ebuild: + stable bump + 27 Feb 2004; Heinrich Wendel <lanius@gentoo.org> ghostscript-afpl-8.13.ebuild, ghostscript-afpl-8.14.ebuild: added gtk to IUSE (bug #43098) diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild index cc28686cd0e6..c5601b07eec3 100644 --- a/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild +++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.4 2004/04/25 23:00:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.14.ebuild,v 1.5 2004/05/07 10:29:56 lanius Exp $ inherit eutils @@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/ghostscript/${MY_P}.tar.gz LICENSE="Aladdin" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="X cups cjk gtk" PROVIDE="virtual/ghostscript" |