diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-05-13 01:08:59 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-05-13 01:08:59 +0000 |
commit | 105914b4fe5759db0abd28c62f34e634e977ca68 (patch) | |
tree | 3b11f65daabe4682408770fe674111415432a83f /kde-base | |
parent | Call pkg_setup() from kde.eclass. (diff) | |
download | gentoo-2-105914b4fe5759db0abd28c62f34e634e977ca68.tar.gz gentoo-2-105914b4fe5759db0abd28c62f34e634e977ca68.tar.bz2 gentoo-2-105914b4fe5759db0abd28c62f34e634e977ca68.zip |
Call pkg_setup() from kde.eclass.
(Portage version: 2.0.54-r2)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/artsplugin-mpeglib/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/kde-base/artsplugin-mpeglib/ChangeLog b/kde-base/artsplugin-mpeglib/ChangeLog index 5abaa24ce7a2..38a9b4669ee1 100644 --- a/kde-base/artsplugin-mpeglib/ChangeLog +++ b/kde-base/artsplugin-mpeglib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/artsplugin-mpeglib # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.38 2006/04/06 00:46:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/ChangeLog,v 1.39 2006/05/13 01:08:59 carlo Exp $ + + 13 May 2006; Carsten Lohrke <carlo@gentoo.org> + artsplugin-mpeglib-3.5.2.ebuild: + Call pkg_setup() from kde.eclass. 05 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> -artsplugin-mpeglib-3.5.0.ebuild, -artsplugin-mpeglib-3.5.1.ebuild: diff --git a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild index e9cce5bf790d..dee0b1a90a0e 100644 --- a/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild +++ b/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-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/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild,v 1.2 2006/03/30 00:56:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/artsplugin-mpeglib/artsplugin-mpeglib-3.5.2.ebuild,v 1.3 2006/05/13 01:08:59 carlo Exp $ KMNAME=kdemultimedia KMMODULE=mpeglib_artsplug @@ -23,4 +23,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 } |