diff options
author | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-09-26 20:31:48 +0000 |
---|---|---|
committer | Ioannis Aslanidis <deathwing00@gentoo.org> | 2006-09-26 20:31:48 +0000 |
commit | 5da6a8f8660a2ef854a9bbfa8641f5e65c7a7adb (patch) | |
tree | 2346483ace3283e27ac1de5610895f1300c48dc5 /kde-base/ksayit | |
parent | Fixed DEPEND/RDEPEND. (diff) | |
download | gentoo-2-5da6a8f8660a2ef854a9bbfa8641f5e65c7a7adb.tar.gz gentoo-2-5da6a8f8660a2ef854a9bbfa8641f5e65c7a7adb.tar.bz2 gentoo-2-5da6a8f8660a2ef854a9bbfa8641f5e65c7a7adb.zip |
Fixed DEPEND/RDEPEND.
(Portage version: 2.1.1)
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r-- | kde-base/ksayit/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ksayit/ksayit-3.5.2.ebuild | 4 | ||||
-rw-r--r-- | kde-base/ksayit/ksayit-3.5.3.ebuild | 4 | ||||
-rw-r--r-- | kde-base/ksayit/ksayit-3.5.4.ebuild | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog index c3adb008da59..ba0f6e293dc8 100644 --- a/kde-base/ksayit/ChangeLog +++ b/kde-base/ksayit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ksayit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.57 2006/09/17 22:53:01 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.58 2006/09/26 20:31:48 deathwing00 Exp $ + + 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> + ksayit-3.5.2.ebuild, ksayit-3.5.3.ebuild, ksayit-3.5.4.ebuild: + Fixed DEPEND/RDEPEND. 17 Sep 2006; Carsten Lohrke <carlo@gentoo.org> -ksayit-3.4.3-r1.ebuild: Drop KDE 3.4. diff --git a/kde-base/ksayit/ksayit-3.5.2.ebuild b/kde-base/ksayit/ksayit-3.5.2.ebuild index 4567c3f2e1e2..c8257245259c 100644 --- a/kde-base/ksayit/ksayit-3.5.2.ebuild +++ b/kde-base/ksayit/ksayit-3.5.2.ebuild @@ -1,6 +1,6 @@ # 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.10 2006/09/03 10:54:20 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.2.ebuild,v 1.11 2006/09/26 20:31:48 deathwing00 Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -13,6 +13,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) $(deprange $PV $MAXKDEVER kde-base/arts) $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" +RDEPEND="${DEPEND}" + src_compile() { myconf="--enable-ksayit-audio-plugins" kde-meta_src_compile diff --git a/kde-base/ksayit/ksayit-3.5.3.ebuild b/kde-base/ksayit/ksayit-3.5.3.ebuild index 64f8e5bf1496..1dc07b7a9762 100644 --- a/kde-base/ksayit/ksayit-3.5.3.ebuild +++ b/kde-base/ksayit/ksayit-3.5.3.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.2 2006/06/22 13:32:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.3.ebuild,v 1.3 2006/09/26 20:31:48 deathwing00 Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -13,6 +13,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) $(deprange $PV $MAXKDEVER kde-base/arts) $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" +RDEPEND="${DEPEND}" + src_compile() { myconf="--enable-ksayit-audio-plugins" kde-meta_src_compile diff --git a/kde-base/ksayit/ksayit-3.5.4.ebuild b/kde-base/ksayit/ksayit-3.5.4.ebuild index cbc8a5573bc3..5827f3df573b 100644 --- a/kde-base/ksayit/ksayit-3.5.4.ebuild +++ b/kde-base/ksayit/ksayit-3.5.4.ebuild @@ -1,6 +1,6 @@ # 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.4.ebuild,v 1.2 2006/07/26 22:00:50 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.4.ebuild,v 1.3 2006/09/26 20:31:48 deathwing00 Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -13,6 +13,8 @@ DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) $(deprange $PV $MAXKDEVER kde-base/arts) $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" +RDEPEND="${DEPEND}" + src_compile() { myconf="--enable-ksayit-audio-plugins" kde-meta_src_compile |