diff options
-rw-r--r-- | kde-base/kghostview/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kghostview/kghostview-3.5.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kghostview/ChangeLog b/kde-base/kghostview/ChangeLog index 0472a4ee7763..5801b14721f9 100644 --- a/kde-base/kghostview/ChangeLog +++ b/kde-base/kghostview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kghostview # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.71 2007/08/07 17:51:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.72 2007/08/07 22:40:20 josejx Exp $ + + 07 Aug 2007; Joseph Jezak <josejx@gentoo.org> kghostview-3.5.7.ebuild: + Marked ppc stable. 07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> kghostview-3.5.7.ebuild: diff --git a/kde-base/kghostview/kghostview-3.5.7.ebuild b/kde-base/kghostview/kghostview-3.5.7.ebuild index f9d81168e193..da0d33e05fe3 100644 --- a/kde-base/kghostview/kghostview-3.5.7.ebuild +++ b/kde-base/kghostview/kghostview-3.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/kghostview-3.5.7.ebuild,v 1.2 2007/08/07 17:51:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/kghostview-3.5.7.ebuild,v 1.3 2007/08/07 22:40:20 josejx Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE: Viewer for PostScript (.ps, .eps) and Portable Document Format (.pdf) files" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="" # /Should/ also rdepend on kdeprint. Since kdeprint rdepends on kghostview for previews, we'd had a conflict, so we can't. RDEPEND="virtual/ghostscript" |