diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-19 17:34:45 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-03-19 17:34:45 +0000 |
commit | 27fa18c3b717617592d6ac610883b6e8fc087b12 (patch) | |
tree | a1ee2cda7e4b4ea50c155941729fe24a97a4f246 /kde-base | |
parent | Fix dependency (#85908). (diff) | |
download | gentoo-2-27fa18c3b717617592d6ac610883b6e8fc087b12.tar.gz gentoo-2-27fa18c3b717617592d6ac610883b6e8fc087b12.tar.bz2 gentoo-2-27fa18c3b717617592d6ac610883b6e8fc087b12.zip |
Fix dependency.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ksayit/ksayit-3.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/ksayit/ksayit-3.4.0.ebuild b/kde-base/ksayit/ksayit-3.4.0.ebuild index 98e7ed862301..3765ddc463b7 100644 --- a/kde-base/ksayit/ksayit-3.4.0.ebuild +++ b/kde-base/ksayit/ksayit-3.4.0.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/ksayit/ksayit-3.4.0.ebuild,v 1.2 2005/03/18 17:38:22 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.4.0.ebuild,v 1.3 2005/03/19 17:34:45 greg_g Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,5 +11,5 @@ KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) $(deprange $PV $MAXKDEVER kde-base/arts) - $(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts)" + $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" myconf="--enable-ksayit-audio-plugins" |