diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-05-08 18:42:28 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-05-08 18:42:28 +0000 |
commit | 905cb8b18e1801d2639c967070982236b6ce6eec (patch) | |
tree | 374fd3d75772cba4243976a58f52e71016de0d6c /app-text/pstotext | |
parent | New ebuild, could help to fix bug 119182 (diff) | |
download | gentoo-2-905cb8b18e1801d2639c967070982236b6ce6eec.tar.gz gentoo-2-905cb8b18e1801d2639c967070982236b6ce6eec.tar.bz2 gentoo-2-905cb8b18e1801d2639c967070982236b6ce6eec.zip |
Stable for sparc, Bug #132662 --- builds without incident and seems fine.
(Portage version: 2.1_pre10-r4)
Diffstat (limited to 'app-text/pstotext')
-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" |