diff options
-rw-r--r-- | app-text/pstotext/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pstotext/pstotext-1.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pstotext/ChangeLog b/app-text/pstotext/ChangeLog index e1a42555f8ca..53d211ec05ce 100644 --- a/app-text/pstotext/ChangeLog +++ b/app-text/pstotext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pstotext # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.19 2006/05/08 17:36:45 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.20 2006/05/08 18:42:28 fmccor Exp $ + + 08 May 2006; Ferris McCormick <fmccor@gentoo.org> pstotext-1.9-r1.ebuild: + Stable for sparc, Bug #132662 --- builds without incident and seems fine. *pstotext-1.9-r1 (08 May 2006) diff --git a/app-text/pstotext/pstotext-1.9-r1.ebuild b/app-text/pstotext/pstotext-1.9-r1.ebuild index e3c8d001978d..eaab67c57382 100644 --- a/app-text/pstotext/pstotext-1.9-r1.ebuild +++ b/app-text/pstotext/pstotext-1.9-r1.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/pstotext/pstotext-1.9-r1.ebuild,v 1.1 2006/05/08 17:36:45 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.9-r1.ebuild,v 1.2 2006/05/08 18:42:28 fmccor Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz" LICENSE="PSTT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86" IUSE="" DEPEND="app-arch/ncompress" |