diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-08-04 14:49:35 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-08-04 14:49:35 +0000 |
commit | 7cc14fc96db002dba92a02bf91f00817b8b6800a (patch) | |
tree | f66c6e99716ff3c0aba419bc2e19f8213a72bccf /kde-base/kmilo/kmilo-3.4.2.ebuild | |
parent | Added altivec mask for the G3 profile. (diff) | |
download | historical-7cc14fc96db002dba92a02bf91f00817b8b6800a.tar.gz historical-7cc14fc96db002dba92a02bf91f00817b8b6800a.tar.bz2 historical-7cc14fc96db002dba92a02bf91f00817b8b6800a.zip |
Added pbbuttonsd dependency for bug #94731.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'kde-base/kmilo/kmilo-3.4.2.ebuild')
-rw-r--r-- | kde-base/kmilo/kmilo-3.4.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-base/kmilo/kmilo-3.4.2.ebuild b/kde-base/kmilo/kmilo-3.4.2.ebuild index 7d31cfe465b4..cde6eb65b23a 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.2 2005/07/30 09:54:46 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmilo/kmilo-3.4.2.ebuild,v 1.3 2005/08/04 14:49:35 josejx Exp $ KMNAME=kdeutils MAXKDEVER=$PV @@ -10,6 +10,8 @@ inherit kde-meta eutils DESCRIPTION="kmilo - a kded module that can be extended to support various types of hardware input devices that exist, such as those on keyboards." KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" +IUSE="pbbuttonsd" +DEPEND="pbbuttonsd? (app-laptop/pbbuttonsd)" +RDEPEND="pbbuttonsd? (app-laptop/pbbuttonsd)" PATCHES="$FILESDIR/configure-fix-kdeutils-powerbook.patch" |