diff options
author | 2006-11-13 13:26:11 +0000 | |
---|---|---|
committer | 2006-11-13 13:26:11 +0000 | |
commit | cd08da7442ac196aed460113062d13fa1a51b516 (patch) | |
tree | b08c77024eab509dc634449cb699af12070b89c6 | |
parent | "Stable x86, bug #147570" (diff) | |
download | gentoo-2-cd08da7442ac196aed460113062d13fa1a51b516.tar.gz gentoo-2-cd08da7442ac196aed460113062d13fa1a51b516.tar.bz2 gentoo-2-cd08da7442ac196aed460113062d13fa1a51b516.zip |
"Stable x86, bug #147570"
(Portage version: 2.1.1-r1)
-rw-r--r-- | kde-base/kghostview/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kghostview/kghostview-3.5.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kghostview/ChangeLog b/kde-base/kghostview/ChangeLog index 22d0292bd171..f9aaa6f54cd8 100644 --- a/kde-base/kghostview/ChangeLog +++ b/kde-base/kghostview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kghostview # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.58 2006/10/03 10:42:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.59 2006/11/13 13:26:11 opfer Exp $ + + 13 Nov 2006; Christian Faulhammer <opfer@gentoo.org> + kghostview-3.5.5.ebuild: + "Stable x86, bug #147570" *kghostview-3.5.5 (03 Oct 2006) diff --git a/kde-base/kghostview/kghostview-3.5.5.ebuild b/kde-base/kghostview/kghostview-3.5.5.ebuild index 2644ce86e1b5..3de0323606d8 100644 --- a/kde-base/kghostview/kghostview-3.5.5.ebuild +++ b/kde-base/kghostview/kghostview-3.5.5.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/kde-base/kghostview/kghostview-3.5.5.ebuild,v 1.1 2006/10/03 10:42:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/kghostview-3.5.5.ebuild,v 1.2 2006/11/13 13:26:11 opfer 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" |