diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-05-13 01:14:53 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-05-13 01:14:53 +0000 |
commit | de753724f1fb0309044268a9e95c07aae8e6be38 (patch) | |
tree | 2b49a32e2033dde5cf8cec532d43a36db2f8f1a3 /kde-base/artsplugin-audiofile | |
parent | Call pkg_setup() from kde.eclass. (diff) | |
download | gentoo-2-de753724f1fb0309044268a9e95c07aae8e6be38.tar.gz gentoo-2-de753724f1fb0309044268a9e95c07aae8e6be38.tar.bz2 gentoo-2-de753724f1fb0309044268a9e95c07aae8e6be38.zip |
Call pkg_setup() from kde.eclass.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'kde-base/artsplugin-audiofile')
-rw-r--r-- | kde-base/artsplugin-audiofile/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/kde-base/artsplugin-audiofile/ChangeLog b/kde-base/artsplugin-audiofile/ChangeLog index 3203f2d4c0f8..57a25a75c00d 100644 --- a/kde-base/artsplugin-audiofile/ChangeLog +++ b/kde-base/artsplugin-audiofile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/artsplugin-audiofile # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/ChangeLog,v 1.27 2006/03/28 04:48:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/ChangeLog,v 1.28 2006/05/13 01:14:53 carlo Exp $ + + 13 May 2006; Carsten Lohrke <carlo@gentoo.org> + artsplugin-audiofile-3.5.0.ebuild: + Call pkg_setup() from kde.eclass. 28 Mar 2006; Aron Griffis <agriffis@gentoo.org> artsplugin-audiofile-3.5.0.ebuild: diff --git a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild index 32ab2ab732f2..0e38517439ad 100644 --- a/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild +++ b/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.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/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild,v 1.8 2006/03/28 04:48:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-audiofile/artsplugin-audiofile-3.5.0.ebuild,v 1.9 2006/05/13 01:14:53 carlo Exp $ KMNAME=kdemultimedia KMMODULE=audiofile_artsplugin @@ -18,4 +18,5 @@ pkg_setup() { eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled" die fi + kde_pkg_setup }
\ No newline at end of file |