diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-05-19 12:28:08 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-05-19 12:28:08 +0000 |
commit | 87acb8e993858f21567ca9ee4014012a31c1affb (patch) | |
tree | 42ab0db6913d3e024f99a9a4e57e0ccbb75029e9 /app-text/pstotext | |
parent | New bugfix release. (diff) | |
download | gentoo-2-87acb8e993858f21567ca9ee4014012a31c1affb.tar.gz gentoo-2-87acb8e993858f21567ca9ee4014012a31c1affb.tar.bz2 gentoo-2-87acb8e993858f21567ca9ee4014012a31c1affb.zip |
Stable on sparc (Security Bug #132662 + stdin problems fixed).
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'app-text/pstotext')
-rw-r--r-- | app-text/pstotext/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pstotext/pstotext-1.9-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pstotext/ChangeLog b/app-text/pstotext/ChangeLog index 7bb86b0e7626..c2618ad149ba 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.22 2006/05/19 10:10:36 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.23 2006/05/19 12:28:08 fmccor Exp $ + + 19 May 2006; Ferris McCormick <fmccor@gentoo.org> pstotext-1.9-r2.ebuild: + Stable on sparc (Security Bug #132662 + stdin problems fixed). 19 May 2006; Martin Ehmsen <ehmsen@gentoo.org> +pstotext-1.9-r1.ebuild, pstotext-1.9-r2.ebuild: diff --git a/app-text/pstotext/pstotext-1.9-r2.ebuild b/app-text/pstotext/pstotext-1.9-r2.ebuild index e03dac268833..fce9e50f1ece 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.2 2006/05/19 10:10:36 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.9-r2.ebuild,v 1.3 2006/05/19 12:28:08 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" |