diff options
author | 2005-08-05 09:28:47 +0000 | |
---|---|---|
committer | 2005-08-05 09:28:47 +0000 | |
commit | 7278dd2c6e11e77fdc8f84049f1ee87e1b596cdd (patch) | |
tree | 317eb521be07b7ef7c55a3f7dac4b78ad3db14f9 /kde-base/kmilo | |
parent | Pass --with-powerbook/--without-powerbook for bug #94731. (diff) | |
download | gentoo-2-7278dd2c6e11e77fdc8f84049f1ee87e1b596cdd.tar.gz gentoo-2-7278dd2c6e11e77fdc8f84049f1ee87e1b596cdd.tar.bz2 gentoo-2-7278dd2c6e11e77fdc8f84049f1ee87e1b596cdd.zip |
Pass --with-powerbook/--without-powerbook for bug #94731.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/kmilo')
-rw-r--r-- | kde-base/kmilo/kmilo-3.4.2.ebuild | 8 |
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 +} |