diff options
Diffstat (limited to 'kde-base/noatun')
-rw-r--r-- | kde-base/noatun/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/noatun/noatun-3.5.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/kde-base/noatun/ChangeLog b/kde-base/noatun/ChangeLog index fb9c81bf7129..3ae2d5df7530 100644 --- a/kde-base/noatun/ChangeLog +++ b/kde-base/noatun/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/noatun # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.46 2006/05/09 11:42:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/ChangeLog,v 1.47 2006/05/13 01:23:15 carlo Exp $ + + 13 May 2006; Carsten Lohrke <carlo@gentoo.org> noatun-3.5.2.ebuild: + Call pkg_setup() from kde.eclass. 09 May 2006; Diego Pettenò <flameeyes@gentoo.org> noatun-3.5.2.ebuild: Fix src_compile funciton naming, avoid looping. Thanks to Daniel King in bug diff --git a/kde-base/noatun/noatun-3.5.2.ebuild b/kde-base/noatun/noatun-3.5.2.ebuild index f216dc1f142b..f909db824b6d 100644 --- a/kde-base/noatun/noatun-3.5.2.ebuild +++ b/kde-base/noatun/noatun-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5.2.ebuild,v 1.4 2006/05/09 11:42:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun/noatun-3.5.2.ebuild,v 1.5 2006/05/13 01:23:15 carlo Exp $ KMNAME=kdemultimedia MAXKDEVER=$PV @@ -19,6 +19,7 @@ pkg_setup() { eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled" die fi + kde_pkg_setup } src_compile() { |