diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 12:08:24 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 12:08:24 +0000 |
commit | da147bedf01caef902b9d122e30e6c5d54387a65 (patch) | |
tree | 56e3a4186e37a1ccffd4c816d231e7048e23771d /kde-base/ksayit | |
parent | Correct dependencies. (diff) | |
download | historical-da147bedf01caef902b9d122e30e6c5d54387a65.tar.gz historical-da147bedf01caef902b9d122e30e6c5d54387a65.tar.bz2 historical-da147bedf01caef902b9d122e30e6c5d54387a65.zip |
Correct dependency.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r-- | kde-base/ksayit/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksayit/ksayit-3.5.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog index f4e1ceb0eda9..b93abc312fbd 100644 --- a/kde-base/ksayit/ChangeLog +++ b/kde-base/ksayit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksayit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.72 2007/05/23 01:18:12 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.73 2007/05/23 12:00:25 carlo Exp $ + + 23 May 2007; Carsten Lohrke <carlo@gentoo.org> ksayit-3.5.7.ebuild: + Correct dependency. *ksayit-3.5.7 (23 May 2007) diff --git a/kde-base/ksayit/ksayit-3.5.7.ebuild b/kde-base/ksayit/ksayit-3.5.7.ebuild index 79c1ab84e170..1e7c9e3c09ac 100644 --- a/kde-base/ksayit/ksayit-3.5.7.ebuild +++ b/kde-base/ksayit/ksayit-3.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.7.ebuild,v 1.1 2007/05/23 01:18:12 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.7.ebuild,v 1.2 2007/05/23 12:00:25 carlo Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -11,7 +11,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) $(deprange 3.5.5 $MAXKDEVER kde-base/arts) - $(deprange-dual 3.5.6 $MAXKDEVER kde-base/kdemultimedia-arts)" + $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" RDEPEND="${DEPEND}" |