summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kmilo/kmilo-3.4.2.ebuild')
-rw-r--r--kde-base/kmilo/kmilo-3.4.2.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/kde-base/kmilo/kmilo-3.4.2.ebuild b/kde-base/kmilo/kmilo-3.4.2.ebuild
index cde6eb65b23a..7cf2f43ca0da 100644
--- a/kde-base/kmilo/kmilo-3.4.2.ebuild
+++ b/kde-base/kmilo/kmilo-3.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.4.2.ebuild,v 1.3 2005/08/04 14:49:35 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.4.2.ebuild,v 1.4 2005/08/05 09:28:47 greg_g Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -15,3 +15,9 @@ DEPEND="pbbuttonsd? (app-laptop/pbbuttonsd)"
RDEPEND="pbbuttonsd? (app-laptop/pbbuttonsd)"
PATCHES="$FILESDIR/configure-fix-kdeutils-powerbook.patch"
+
+src_compile() {
+ local myconf="$(use_with pbbuttonsd powerbook)"
+
+ kde-meta_src_compile
+}