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 | 659033baf4f83e88579b8fd5428e4a10123682a2 (patch) | |
tree | 453f31fa24d5dfaee0ef1702cdf9f84de249c2c2 /kde-base | |
parent | Fix dependency (#85908). (diff) | |
download | historical-659033baf4f83e88579b8fd5428e4a10123682a2.tar.gz historical-659033baf4f83e88579b8fd5428e4a10123682a2.tar.bz2 historical-659033baf4f83e88579b8fd5428e4a10123682a2.zip |
Fix dependency.
Package-Manager: portage-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" |