diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-22 11:32:33 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-09-22 11:32:33 +0000 |
commit | 4b71c9929bff470bf50b58f133558d20aac5f1a4 (patch) | |
tree | 12ad56e1fff7e86e71005b21a9ec8b0dd67afda8 /kde-base/kmilo | |
parent | Touchup in management of kdm faces. (diff) | |
download | gentoo-2-4b71c9929bff470bf50b58f133558d20aac5f1a4.tar.gz gentoo-2-4b71c9929bff470bf50b58f133558d20aac5f1a4.tar.bz2 gentoo-2-4b71c9929bff470bf50b58f133558d20aac5f1a4.zip |
Remove unneeded patch.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/kmilo')
-rw-r--r-- | kde-base/kmilo/kmilo-3.5_alpha1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kde-base/kmilo/kmilo-3.5_alpha1.ebuild b/kde-base/kmilo/kmilo-3.5_alpha1.ebuild index f9e1b2619f9c..ff4f1a55ef8c 100644 --- a/kde-base/kmilo/kmilo-3.5_alpha1.ebuild +++ b/kde-base/kmilo/kmilo-3.5_alpha1.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_alpha1.ebuild,v 1.1 2005/09/07 12:08:26 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.5_alpha1.ebuild,v 1.2 2005/09/22 11:32:33 greg_g Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -14,8 +14,6 @@ IUSE="pbbuttonsd" DEPEND="pbbuttonsd? ( app-laptop/pbbuttonsd )" RDEPEND="${DEPEND}" -PATCHES="$FILESDIR/configure-fix-kdeutils-powerbook.patch" - src_compile() { local myconf="$(use_with pbbuttonsd powerbook)" |