diff options
author | 2008-02-09 15:19:27 +0000 | |
---|---|---|
committer | 2008-02-09 15:19:27 +0000 | |
commit | 21111155247377fbe180df47740cb610a90c722c (patch) | |
tree | d411da47168ccad4a2bc7108a0a2c560d70c9fff /kde-base | |
parent | Remove somewhat dead link from SRC_URI and make dodoc line a oneliner (diff) | |
download | gentoo-2-21111155247377fbe180df47740cb610a90c722c.tar.gz gentoo-2-21111155247377fbe180df47740cb610a90c722c.tar.bz2 gentoo-2-21111155247377fbe180df47740cb610a90c722c.zip |
Fix typos.
(Portage version: 2.1.4.1)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ksplash/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.0.0.ebuild | 4 | ||||
-rw-r--r-- | kde-base/ksplash/ksplash-4.0.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/ksplash/ChangeLog b/kde-base/ksplash/ChangeLog index 40a1c8327c99..274675fdb3ac 100644 --- a/kde-base/ksplash/ChangeLog +++ b/kde-base/ksplash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksplash # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.2 2008/02/07 00:11:35 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.3 2008/02/09 15:19:27 zlin Exp $ + + 09 Feb 2008; Bo Ørsted Andresen <zlin@gentoo.org> ksplash-4.0.0.ebuild, + ksplash-4.0.1.ebuild: + Fix typos. 06 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> ChangeLog: Version bump to KDE 4.0.1. diff --git a/kde-base/ksplash/ksplash-4.0.0.ebuild b/kde-base/ksplash/ksplash-4.0.0.ebuild index d7ceb3437e63..7ca9fb79318f 100644 --- a/kde-base/ksplash/ksplash-4.0.0.ebuild +++ b/kde-base/ksplash/ksplash-4.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.0.0.ebuild,v 1.1 2008/01/18 00:42:07 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.0.0.ebuild,v 1.2 2008/02/09 15:19:27 zlin Exp $ EAPI="1" @@ -24,6 +24,6 @@ src_compile() { $(cmake-utils_has mmx X86_MMX) $(cmake-utils_has sse X86_SSE) $(cmake-utils_has sse2 X86_SSE2) - $(cmake-utils_with xinerama X11_Xinerama)" + $(cmake-utils_use_with xinerama X11_Xinerama)" kde4-meta_src_compile } diff --git a/kde-base/ksplash/ksplash-4.0.1.ebuild b/kde-base/ksplash/ksplash-4.0.1.ebuild index 1155ed98a876..5e04c7046419 100644 --- a/kde-base/ksplash/ksplash-4.0.1.ebuild +++ b/kde-base/ksplash/ksplash-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.0.1.ebuild,v 1.1 2008/02/07 00:11:35 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.0.1.ebuild,v 1.2 2008/02/09 15:19:27 zlin Exp $ EAPI="1" @@ -24,6 +24,6 @@ src_compile() { $(cmake-utils_has mmx X86_MMX) $(cmake-utils_has sse X86_SSE) $(cmake-utils_has sse2 X86_SSE2) - $(cmake-utils_with xinerama X11_Xinerama)" + $(cmake-utils_use_with xinerama X11_Xinerama)" kde4-meta_src_compile } |