diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-04-07 13:23:41 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-04-07 13:23:41 +0000 |
commit | b42814ebd22fce33114048e6cabd5c56a22bbabd (patch) | |
tree | de768c7337d4653fe1b1003bdf6d1d94dc622d41 /app-text/ghostscript-afpl | |
parent | fix possible build issue (diff) | |
download | gentoo-2-b42814ebd22fce33114048e6cabd5c56a22bbabd.tar.gz gentoo-2-b42814ebd22fce33114048e6cabd5c56a22bbabd.tar.bz2 gentoo-2-b42814ebd22fce33114048e6cabd5c56a22bbabd.zip |
stable on amd64 wrt bug 128645
(Portage version: 2.1_pre7-r4)
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.53-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/ghostscript-afpl/ChangeLog b/app-text/ghostscript-afpl/ChangeLog index 0895419436db..b71cc7da25d8 100644 --- a/app-text/ghostscript-afpl/ChangeLog +++ b/app-text/ghostscript-afpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-afpl # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.43 2006/04/05 19:05:30 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ChangeLog,v 1.44 2006/04/07 13:23:41 blubb Exp $ + + 07 Apr 2006; Simon Stelling <blubb@gentoo.org> + ghostscript-afpl-8.53-r4.ebuild: + stable on amd64 wrt bug 128645 05 Apr 2006; Tobias Scherbaum <dertobi123@gentoo.org> ghostscript-afpl-8.53-r4.ebuild: diff --git a/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r4.ebuild b/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r4.ebuild index 07d987c79dac..4444b9a79374 100644 --- a/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r4.ebuild +++ b/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r4.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-afpl/ghostscript-afpl-8.53-r4.ebuild,v 1.2 2006/04/05 19:05:31 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-afpl/ghostscript-afpl-8.53-r4.ebuild,v 1.3 2006/04/07 13:23:41 blubb Exp $ inherit eutils @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/ghostscript/${MY_P}.tar.gz LICENSE="Aladdin" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="X cups cjk emacs gtk jpeg2k" |