summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-05-13 01:23:15 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-05-13 01:23:15 +0000
commit215b687e6bba53bafd52e92162c7742f9803ef69 (patch)
treefc934da95e9e0293caf3718df595bae22c04a328 /kde-base/noatun
parentCall pkg_setup() from kde.eclass. (diff)
downloadgentoo-2-215b687e6bba53bafd52e92162c7742f9803ef69.tar.gz
gentoo-2-215b687e6bba53bafd52e92162c7742f9803ef69.tar.bz2
gentoo-2-215b687e6bba53bafd52e92162c7742f9803ef69.zip
Call pkg_setup() from kde.eclass.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'kde-base/noatun')
-rw-r--r--kde-base/noatun/ChangeLog5
-rw-r--r--kde-base/noatun/noatun-3.5.2.ebuild3
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() {