diff options
author | 2005-02-05 17:57:34 +0000 | |
---|---|---|
committer | 2005-02-05 17:57:34 +0000 | |
commit | b570c827474b8564cf4542a4f3f2238a5522f4b4 (patch) | |
tree | 762fdec4747272cbaecd9d248bbf7e0c0a7ec216 /kde-base/ksayit | |
parent | added all recently added kdeaccessibility ebuilds (diff) | |
download | gentoo-2-b570c827474b8564cf4542a4f3f2238a5522f4b4.tar.gz gentoo-2-b570c827474b8564cf4542a4f3f2238a5522f4b4.tar.bz2 gentoo-2-b570c827474b8564cf4542a4f3f2238a5522f4b4.zip |
according to beta2 configure.in.in, arts is required
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r-- | kde-base/ksayit/ksayit-3.4.0_beta2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-base/ksayit/ksayit-3.4.0_beta2.ebuild b/kde-base/ksayit/ksayit-3.4.0_beta2.ebuild index b527d07fe779..8e5ed67739c8 100644 --- a/kde-base/ksayit/ksayit-3.4.0_beta2.ebuild +++ b/kde-base/ksayit/ksayit-3.4.0_beta2.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_beta2.ebuild,v 1.1 2005/02/05 11:39:23 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.4.0_beta2.ebuild,v 1.2 2005/02/05 17:57:34 danarmak Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -9,5 +9,7 @@ inherit kde-meta DESCRIPTION="KD text-to-speech frontend app" KEYWORDS="~x86" IUSE="" -DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd)" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) + $(deprange $PV $MAXKDEVER kde-base/arts) + " |