summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-10-23 22:33:54 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-10-23 22:33:54 +0000
commit13bec0b65d853d1a8df23c585726e268174997d1 (patch)
tree328c963c1969391b1159bd7fc69fb43beb09f225
parentFix head -1 warning, bug #110259. (diff)
downloadgentoo-2-13bec0b65d853d1a8df23c585726e268174997d1.tar.gz
gentoo-2-13bec0b65d853d1a8df23c585726e268174997d1.tar.bz2
gentoo-2-13bec0b65d853d1a8df23c585726e268174997d1.zip
minor fix
(Portage version: 2.0.51.22-r3)
-rw-r--r--kde-base/kig/ChangeLog5
-rw-r--r--kde-base/kig/kig-3.4.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/kig/ChangeLog b/kde-base/kig/ChangeLog
index b5686457c394..fdf3a43089eb 100644
--- a/kde-base/kig/ChangeLog
+++ b/kde-base/kig/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kig
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.26 2005/10/22 07:01:58 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/ChangeLog,v 1.27 2005/10/23 22:33:54 carlo Exp $
+
+ 23 Oct 2005; Carsten Lohrke <carlo@gentoo.org> kig-3.4.3.ebuild:
+ minor fix
22 Oct 2005; Mark Loeser <halcy0n@gentoo.org> kig-3.5_beta1.ebuild,
kig-3.5.0_beta2.ebuild:
diff --git a/kde-base/kig/kig-3.4.3.ebuild b/kde-base/kig/kig-3.4.3.ebuild
index a758803afa46..c69878610707 100644
--- a/kde-base/kig/kig-3.4.3.ebuild
+++ b/kde-base/kig/kig-3.4.3.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/kig/kig-3.4.3.ebuild,v 1.2 2005/10/13 07:51:01 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/kig-3.4.3.ebuild,v 1.3 2005/10/23 22:33:54 carlo Exp $
KMNAME=kdeedu
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -16,7 +16,7 @@ IUSE=""
src_compile() {
#myconf="${myconf} $(use_enable kig-scripting kig-python-scripting)"
- myconf="${myconf} --disable-kig-python-scripting)"
+ myconf="${myconf} --disable-kig-python-scripting"
kde_src_compile
}