diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-24 13:01:54 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-09-24 13:01:54 +0000 |
commit | 680d0faca502ca7ab13a0bdca0a78da9146a7560 (patch) | |
tree | 01fc091525f6bc747c495cb09fe479b7396af0c4 /kde-base/kmilo | |
parent | Removed 3.5_alpha1. (diff) | |
download | gentoo-2-680d0faca502ca7ab13a0bdca0a78da9146a7560.tar.gz gentoo-2-680d0faca502ca7ab13a0bdca0a78da9146a7560.tar.bz2 gentoo-2-680d0faca502ca7ab13a0bdca0a78da9146a7560.zip |
Removing powerbook patch as it breaks configure.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'kde-base/kmilo')
-rw-r--r-- | kde-base/kmilo/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kmilo/kmilo-3.5_beta1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/kmilo/ChangeLog b/kde-base/kmilo/ChangeLog index dfd3fd448e9c..220b017860bf 100644 --- a/kde-base/kmilo/ChangeLog +++ b/kde-base/kmilo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kmilo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.18 2005/09/22 19:30:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/ChangeLog,v 1.19 2005/09/24 13:01:54 cryos Exp $ + + 24 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> kmilo-3.5_beta1.ebuild: + Removing powerbook patch as it breaks configure. *kmilo-3.5_beta1 (22 Sep 2005) diff --git a/kde-base/kmilo/kmilo-3.5_beta1.ebuild b/kde-base/kmilo/kmilo-3.5_beta1.ebuild index 4ced9aaf5729..07a48e48715c 100644 --- a/kde-base/kmilo/kmilo-3.5_beta1.ebuild +++ b/kde-base/kmilo/kmilo-3.5_beta1.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.5_beta1.ebuild,v 1.1 2005/09/22 19:30:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5_beta1.ebuild,v 1.2 2005/09/24 13:01:54 cryos Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -14,7 +14,8 @@ IUSE="pbbuttonsd" DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" RDEPEND="${DEPEND}" -PATCHES="$FILESDIR/configure-fix-kdeutils-powerbook.patch" +# Patch breaks configure with 3.5 +#PATCHES="$FILESDIR/configure-fix-kdeutils-powerbook.patch" src_compile() { local myconf="$(use_with pbbuttonsd powerbook)" |