diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-06-04 16:12:02 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-06-04 16:12:02 +0000 |
commit | e7685a7524fc5d2091fcb96b4e01cb2f0592b48b (patch) | |
tree | 18c5f9a1814484082e2246560e83f0c1a9c5be31 /x11-misc | |
parent | Fix memory corruption, patch and report from flameeyes (diff) | |
download | gentoo-2-e7685a7524fc5d2091fcb96b4e01cb2f0592b48b.tar.gz gentoo-2-e7685a7524fc5d2091fcb96b4e01cb2f0592b48b.tar.bz2 gentoo-2-e7685a7524fc5d2091fcb96b4e01cb2f0592b48b.zip |
Use kde_src_compile instead of overwriting it with custom src_compile. Thanks to Jakub Moc.
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/lineak-kdeplugins/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/lineak-kdeplugins/ChangeLog b/x11-misc/lineak-kdeplugins/ChangeLog index a18a22830d95..dfcbafed77bd 100644 --- a/x11-misc/lineak-kdeplugins/ChangeLog +++ b/x11-misc/lineak-kdeplugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineak-kdeplugins # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.24 2007/06/03 20:02:04 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.25 2007/06/04 16:12:02 drac Exp $ + + 04 Jun 2007; Samuli Suominen <drac@gentoo.org> + lineak-kdeplugins-0.9.0.ebuild: + Use kde_src_compile instead of overwriting it with custom src_compile. *lineak-kdeplugins-0.9.0 (03 Jun 2007) diff --git a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild index 50553847b06f..bbe851729d90 100644 --- a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild +++ b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild,v 1.1 2007/06/03 20:02:04 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0.ebuild,v 1.2 2007/06/04 16:12:02 drac Exp $ inherit kde multilib @@ -23,8 +23,8 @@ S="${WORKDIR}"/${MY_P} need-kde 3.2 src_compile() { - econf $(use_enable debug) - emake || die "emake failed." + local myconf="$(use_enable debug)" + kde_src_compile } src_install() { |