diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-19 15:58:22 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-19 15:58:22 +0000 |
commit | a7e56da163385a875852b6fa47a47f8f6dab4866 (patch) | |
tree | bab1925e9cae04ceeec49aa8a35cd140a352576f /kde-base/kig | |
parent | version bump. (diff) | |
download | historical-a7e56da163385a875852b6fa47a47f8f6dab4866.tar.gz historical-a7e56da163385a875852b6fa47a47f8f6dab4866.tar.bz2 historical-a7e56da163385a875852b6fa47a47f8f6dab4866.zip |
Fix whitespace.
Diffstat (limited to 'kde-base/kig')
-rw-r--r-- | kde-base/kig/Manifest | 2 | ||||
-rw-r--r-- | kde-base/kig/kig-3.4.0_beta1.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kde-base/kig/Manifest b/kde-base/kig/Manifest index 0251d3dd1a49..e7f7af0dcaf6 100644 --- a/kde-base/kig/Manifest +++ b/kde-base/kig/Manifest @@ -1,4 +1,4 @@ MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 -MD5 9ac22f021155616397c852be16fc047e kig-3.4.0_beta1.ebuild 629 +MD5 5aaa37136c724fca9394c5a9289cf276 kig-3.4.0_beta1.ebuild 601 MD5 989dc669104971d9462f372e2a0b655e ChangeLog 428 MD5 521fc13bde64ce3aa9c5fc4213337476 files/digest-kig-3.4.0_beta1 212 diff --git a/kde-base/kig/kig-3.4.0_beta1.ebuild b/kde-base/kig/kig-3.4.0_beta1.ebuild index 0cb2186a7c27..d8f456ace639 100644 --- a/kde-base/kig/kig-3.4.0_beta1.ebuild +++ b/kde-base/kig/kig-3.4.0_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/kig/kig-3.4.0_beta1.ebuild,v 1.2 2005/01/18 16:10:08 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kig/kig-3.4.0_beta1.ebuild,v 1.3 2005/01/19 15:58:22 greg_g Exp $ KMNAME=kdeedu MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -12,9 +12,9 @@ IUSE="" DEPEND="" src_compile() { - # the scripting support in kig is strongly dependent on the version - # of dev-libs/boost and of python installed, and often fails to compile. - myconf="${myconf} --disable-kig-python-scripting" + # the scripting support in kig is strongly dependent on the version + # of dev-libs/boost and of python installed, and often fails to compile. + myconf="${myconf} --disable-kig-python-scripting" - kde_src_compile + kde_src_compile } |