diff options
author | 2005-08-05 09:28:47 +0000 | |
---|---|---|
committer | 2005-08-05 09:28:47 +0000 | |
commit | b737a17a014e1e00a65a659d5e2f1c8fb34c906d (patch) | |
tree | e51ecaea9d48a49562adcfe9592fffa116d0c30d | |
parent | Pass --with-powerbook/--without-powerbook for bug #94731. (diff) | |
download | historical-b737a17a014e1e00a65a659d5e2f1c8fb34c906d.tar.gz historical-b737a17a014e1e00a65a659d5e2f1c8fb34c906d.tar.bz2 historical-b737a17a014e1e00a65a659d5e2f1c8fb34c906d.zip |
Pass --with-powerbook/--without-powerbook for bug #94731.
Package-Manager: portage-2.0.51.22-r2
-rw-r--r-- | kde-base/kmilo/Manifest | 16 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.4.2.ebuild | 8 |
2 files changed, 10 insertions, 14 deletions
diff --git a/kde-base/kmilo/Manifest b/kde-base/kmilo/Manifest index 5082579ce43f..f1b8a4e1a077 100644 --- a/kde-base/kmilo/Manifest +++ b/kde-base/kmilo/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 3ba5eebf90c041b78f5f7b38f2aa30b2 ChangeLog 2304 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 f7bc22b6085ca5d2020f9e5a8169920c kmilo-3.4.1.ebuild 491 -MD5 646080694855557e4795a67b0a07b75e kmilo-3.4.2.ebuild 661 +MD5 3ba5eebf90c041b78f5f7b38f2aa30b2 ChangeLog 2304 +MD5 2707b0b1f56b6a829381b8448659e818 kmilo-3.4.2.ebuild 752 MD5 5d037ef26f37a68c80d8bf524a4ef444 files/configure-fix-kdeutils-powerbook.patch 949 -MD5 e29bbb2db20451106f7980c7008328fa files/digest-kmilo-3.4.1 212 MD5 5ec470abb58c9e1fe99f0410cb14dffd files/digest-kmilo-3.4.2 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC8irVcsIHjyDViGQRAjFrAJ9c/WWDfXoFIB/12J1TzZXmOQCK+wCgmoSo -bzxwR/aZm6XlTspzBxIYd1M= -=P8Ci ------END PGP SIGNATURE----- +MD5 e29bbb2db20451106f7980c7008328fa files/digest-kmilo-3.4.1 212 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 +} |