diff options
author | Martin Ehmsen <ehmsen@gentoo.org> | 2006-05-19 10:10:36 +0000 |
---|---|---|
committer | Martin Ehmsen <ehmsen@gentoo.org> | 2006-05-19 10:10:36 +0000 |
commit | abf10b9a1b2154490c8ab5ed241707d7afa8e1da (patch) | |
tree | be776550ec11dd7636b80f3b98697e507bd0ceea /app-text/pstotext/pstotext-1.9-r2.ebuild | |
parent | Fixed pstotext-1.9-quote-chars-fix.patch so input from stdin works. (diff) | |
download | gentoo-2-abf10b9a1b2154490c8ab5ed241707d7afa8e1da.tar.gz gentoo-2-abf10b9a1b2154490c8ab5ed241707d7afa8e1da.tar.bz2 gentoo-2-abf10b9a1b2154490c8ab5ed241707d7afa8e1da.zip |
Fixed sparc mistake in 1.9-r1 and 1.9-r2 (sorry).
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'app-text/pstotext/pstotext-1.9-r2.ebuild')
-rw-r--r-- | app-text/pstotext/pstotext-1.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pstotext/pstotext-1.9-r2.ebuild b/app-text/pstotext/pstotext-1.9-r2.ebuild index cbf890682798..e03dac268833 100644 --- a/app-text/pstotext/pstotext-1.9-r2.ebuild +++ b/app-text/pstotext/pstotext-1.9-r2.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-r2.ebuild,v 1.1 2006/05/19 10:00:41 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.9-r2.ebuild,v 1.2 2006/05/19 10:10:36 ehmsen 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" |