summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-02-08 18:44:49 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-02-08 18:44:49 +0000
commit95bfeee3c968a1ed58db5bb1a6f0192ce37e7672 (patch)
tree7d12e8abac72cce8dde21a79dba3fc04e46b5e29 /media-sound
parentFix bug #165887. (diff)
downloadgentoo-2-95bfeee3c968a1ed58db5bb1a6f0192ce37e7672.tar.gz
gentoo-2-95bfeee3c968a1ed58db5bb1a6f0192ce37e7672.tar.bz2
gentoo-2-95bfeee3c968a1ed58db5bb1a6f0192ce37e7672.zip
Call kde_pkg_setup in pkg_setup
(Portage version: 2.1.2-r9)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/noteedit/ChangeLog5
-rw-r--r--media-sound/noteedit/noteedit-2.8.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/noteedit/ChangeLog b/media-sound/noteedit/ChangeLog
index 64fb31dba53d..cd5b0e8abfc7 100644
--- a/media-sound/noteedit/ChangeLog
+++ b/media-sound/noteedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/noteedit
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.21 2007/02/08 18:20:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/ChangeLog,v 1.22 2007/02/08 18:44:49 aballier Exp $
+
+ 08 Feb 2007; Alexis Ballier <aballier@gentoo.org> noteedit-2.8.1.ebuild:
+ Call kde_pkg_setup in pkg_setup
*noteedit-2.8.1 (08 Feb 2007)
diff --git a/media-sound/noteedit/noteedit-2.8.1.ebuild b/media-sound/noteedit/noteedit-2.8.1.ebuild
index 65a38867835a..26dd50ddb5a8 100644
--- a/media-sound/noteedit/noteedit-2.8.1.ebuild
+++ b/media-sound/noteedit/noteedit-2.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1.ebuild,v 1.1 2007/02/08 18:20:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1.ebuild,v 1.2 2007/02/08 18:44:49 aballier Exp $
IUSE="kmid tse3"
@@ -26,6 +26,7 @@ pkg_setup() {
myconf="$(use_with tse3 libtse3)\
$(use_with kmid libkmid) ${myconf}"
+ kde_pkg_setup
}
src_install() {