diff options
author | 2006-05-13 01:25:30 +0000 | |
---|---|---|
committer | 2006-05-13 01:25:30 +0000 | |
commit | a34ac52b7183d6f2e0302a0edfb2189588243fc6 (patch) | |
tree | d6017e87644e76c08166c7f3c2df7ea7c2d49474 /kde-base/artsplugin-mpg123/artsplugin-mpg123-3.5.0.ebuild | |
parent | Added ~alpha keyword. (diff) | |
download | historical-a34ac52b7183d6f2e0302a0edfb2189588243fc6.tar.gz historical-a34ac52b7183d6f2e0302a0edfb2189588243fc6.tar.bz2 historical-a34ac52b7183d6f2e0302a0edfb2189588243fc6.zip |
Call pkg_setup() from kde.eclass.
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'kde-base/artsplugin-mpg123/artsplugin-mpg123-3.5.0.ebuild')
-rw-r--r-- | kde-base/artsplugin-mpg123/artsplugin-mpg123-3.5.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-base/artsplugin-mpg123/artsplugin-mpg123-3.5.0.ebuild b/kde-base/artsplugin-mpg123/artsplugin-mpg123-3.5.0.ebuild index a6d52342187e..57ffc0966fe8 100644 --- a/kde-base/artsplugin-mpg123/artsplugin-mpg123-3.5.0.ebuild +++ b/kde-base/artsplugin-mpg123/artsplugin-mpg123-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-mpg123/artsplugin-mpg123-3.5.0.ebuild,v 1.4 2006/04/28 20:16:58 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpg123/artsplugin-mpg123-3.5.0.ebuild,v 1.5 2006/05/13 01:15:48 carlo Exp $ KMNAME=kdemultimedia KMMODULE=mpg123_artsplugin @@ -17,4 +17,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 } |