diff options
author | Dan Armak <danarmak@gentoo.org> | 2006-03-22 20:15:49 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2006-03-22 20:15:49 +0000 |
commit | 0979cc06b444f923bca22380a0a58f4a9b8ce2a4 (patch) | |
tree | 0f28cd6d7172f7619565520d1c2e67fcd733f729 /kde-base/ksayit/ksayit-3.5.2.ebuild | |
parent | Add ~amd64 keyword. Builds and runs as expected. (diff) | |
download | gentoo-2-0979cc06b444f923bca22380a0a58f4a9b8ce2a4.tar.gz gentoo-2-0979cc06b444f923bca22380a0a58f4a9b8ce2a4.tar.bz2 gentoo-2-0979cc06b444f923bca22380a0a58f4a9b8ce2a4.zip |
KDE 3.5.2 - not yet released upstream, package.masked
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'kde-base/ksayit/ksayit-3.5.2.ebuild')
-rw-r--r-- | kde-base/ksayit/ksayit-3.5.2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kde-base/ksayit/ksayit-3.5.2.ebuild b/kde-base/ksayit/ksayit-3.5.2.ebuild new file mode 100644 index 000000000000..324d0e5ffe69 --- /dev/null +++ b/kde-base/ksayit/ksayit-3.5.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.2.ebuild,v 1.1 2006/03/22 20:15:38 danarmak Exp $ +KMNAME=kdeaccessibility +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KD text-to-speech frontend app" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) + $(deprange $PV $MAXKDEVER kde-base/arts) + $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" +myconf="--enable-ksayit-audio-plugins" |