diff options
-rw-r--r-- | app-text/pstotext/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pstotext/pstotext-1.8g-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pstotext/ChangeLog b/app-text/pstotext/ChangeLog index 5e5fda190c28..478d7652534f 100644 --- a/app-text/pstotext/ChangeLog +++ b/app-text/pstotext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pstotext # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.14 2005/07/27 17:55:32 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/ChangeLog,v 1.15 2005/07/27 20:09:32 corsair Exp $ + + 27 Jul 2005; Markus Rothe <corsair@gentoo.org> pstotext-1.8g-r1.ebuild: + Stable on ppc64 (bug #100245) 27 Jul 2005; Jory A. Pratt <anarchy@gentoo.org> pstotext-1.8g-r1.ebuild: Stable on ppc wrt bug #100245 diff --git a/app-text/pstotext/pstotext-1.8g-r1.ebuild b/app-text/pstotext/pstotext-1.8g-r1.ebuild index 3b53c5127413..349fdc35ef53 100644 --- a/app-text/pstotext/pstotext-1.8g-r1.ebuild +++ b/app-text/pstotext/pstotext-1.8g-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.8g-r1.ebuild,v 1.2 2005/07/27 17:55:32 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pstotext/pstotext-1.8g-r1.ebuild,v 1.3 2005/07/27 20:09:32 corsair Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://research.compaq.com/SRC/virtualpaper/binaries/pstotext.tar.Z" LICENSE="PSTT" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ppc ppc64 ~sparc ~x86" IUSE="" DEPEND="app-arch/ncompress" |