summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-09-24 12:48:20 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-09-24 12:48:20 +0000
commit121d2c2ae0948dcfa4c0a05429156826bae66589 (patch)
tree19f66c0e07f09732f77d73f41404dce7b8fd9857
parentversion bump, closes #105460 (diff)
downloadgentoo-2-121d2c2ae0948dcfa4c0a05429156826bae66589.tar.gz
gentoo-2-121d2c2ae0948dcfa4c0a05429156826bae66589.tar.bz2
gentoo-2-121d2c2ae0948dcfa4c0a05429156826bae66589.zip
Compilation fix.
(Portage version: 2.0.52-r1)
-rw-r--r--kde-base/kfax/ChangeLog5
-rw-r--r--kde-base/kfax/kfax-3.5_beta1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kfax/ChangeLog b/kde-base/kfax/ChangeLog
index 146cad66bf92..62d4d6c55002 100644
--- a/kde-base/kfax/ChangeLog
+++ b/kde-base/kfax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kfax
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/ChangeLog,v 1.15 2005/09/22 18:52:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/ChangeLog,v 1.16 2005/09/24 12:48:20 cryos Exp $
+
+ 24 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> kfax-3.5_beta1.ebuild:
+ Compilation fix.
*kfax-3.5_beta1 (22 Sep 2005)
diff --git a/kde-base/kfax/kfax-3.5_beta1.ebuild b/kde-base/kfax/kfax-3.5_beta1.ebuild
index 7badb2de49df..6d6200ade57e 100644
--- a/kde-base/kfax/kfax-3.5_beta1.ebuild
+++ b/kde-base/kfax/kfax-3.5_beta1.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/kde-base/kfax/kfax-3.5_beta1.ebuild,v 1.1 2005/09/22 18:52:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kfax/kfax-3.5_beta1.ebuild,v 1.2 2005/09/24 12:48:20 cryos Exp $
KMNAME=kdegraphics
MAXKDEVER=$PV
@@ -16,4 +16,5 @@ $(deprange $PV $MAXKDEVER kde-base/kviewshell)"
KMEXTRA="kfaxview"
KMCOPYLIB="libkmultipage kviewshell"
-KMEXTRACTONLY="kviewshell/" \ No newline at end of file
+KMEXTRACTONLY="kviewshell/"
+KMCOMPILEONLY="kviewshell"