diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-03-30 17:32:24 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-03-30 17:32:24 +0000 |
commit | c5b57d99478a741e410dc14c725cbef513ef7819 (patch) | |
tree | 8abb46d393a06da42353be7e74a72c6126077cd9 /kde-base/kghostview | |
parent | version bump (diff) | |
download | gentoo-2-c5b57d99478a741e410dc14c725cbef513ef7819.tar.gz gentoo-2-c5b57d99478a741e410dc14c725cbef513ef7819.tar.bz2 gentoo-2-c5b57d99478a741e410dc14c725cbef513ef7819.zip |
Added a comment to the ebuild.
(Portage version: 2.0.54)
Diffstat (limited to 'kde-base/kghostview')
-rw-r--r-- | kde-base/kghostview/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kghostview/kghostview-3.5.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-base/kghostview/ChangeLog b/kde-base/kghostview/ChangeLog index a3b0387b5e25..69e5e1ee6bb4 100644 --- a/kde-base/kghostview/ChangeLog +++ b/kde-base/kghostview/ChangeLog @@ -1,6 +1,9 @@ # 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.40 2006/03/27 23:58:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/ChangeLog,v 1.41 2006/03/30 17:32:24 carlo Exp $ + + 30 Mar 2006; Carsten Lohrke <carlo@gentoo.org> kghostview-3.5.2.ebuild: + Added a comment to the ebuild. 28 Mar 2006; Aron Griffis <agriffis@gentoo.org> kghostview-3.5.0.ebuild, kghostview-3.5.1.ebuild, kghostview-3.5.2.ebuild: diff --git a/kde-base/kghostview/kghostview-3.5.2.ebuild b/kde-base/kghostview/kghostview-3.5.2.ebuild index 2715730223c4..8bd6a90fd42c 100644 --- a/kde-base/kghostview/kghostview-3.5.2.ebuild +++ b/kde-base/kghostview/kghostview-3.5.2.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.2.ebuild,v 1.2 2006/03/27 23:58:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kghostview/kghostview-3.5.2.ebuild,v 1.3 2006/03/30 17:32:24 carlo Exp $ KMNAME=kdegraphics MAXKDEVER=$PV @@ -10,8 +10,8 @@ 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" IUSE="" -RDEPEND="${DEPEND} - virtual/ghostscript" +# /Should/ also rdepend on kdeprint. Since kdeprint rdepends on kghostview for previews, we'd had a conflict, so we can't. +RDEPEND="virtual/ghostscript" KMEXTRA="kfile-plugins/ps" pkg_setup() { |