summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2007-05-23 11:56:54 +0000
committerCarsten Lohrke <carlo@gentoo.org>2007-05-23 11:56:54 +0000
commitcbc35aac7d20902804b7e4fe1e63626d6c247c1c (patch)
tree179041dd328ce305b6cb01723ad1efef223a9815 /kde-base/noatun-plugins
parent Correct dependency. (diff)
downloadgentoo-2-cbc35aac7d20902804b7e4fe1e63626d6c247c1c.tar.gz
gentoo-2-cbc35aac7d20902804b7e4fe1e63626d6c247c1c.tar.bz2
gentoo-2-cbc35aac7d20902804b7e4fe1e63626d6c247c1c.zip
Correct dependency.
(Portage version: 2.1.2.7)
Diffstat (limited to 'kde-base/noatun-plugins')
-rw-r--r--kde-base/noatun-plugins/ChangeLog6
-rw-r--r--kde-base/noatun-plugins/noatun-plugins-3.5.7.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog
index eb066bfb11fc..fa0df9e55ead 100644
--- a/kde-base/noatun-plugins/ChangeLog
+++ b/kde-base/noatun-plugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/noatun-plugins
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.67 2007/05/23 02:37:57 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.68 2007/05/23 11:56:54 carlo Exp $
+
+ 23 May 2007; Carsten Lohrke <carlo@gentoo.org>
+ noatun-plugins-3.5.7.ebuild:
+ Correct dependency.
*noatun-plugins-3.5.7 (23 May 2007)
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.7.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.7.ebuild
index ae8066cb0fea..43b274e54c37 100644
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.7.ebuild
+++ b/kde-base/noatun-plugins/noatun-plugins-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/noatun-plugins/noatun-plugins-3.5.7.ebuild,v 1.1 2007/05/23 02:37:57 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.7.ebuild,v 1.2 2007/05/23 11:56:54 carlo Exp $
KMNAME=kdeaddons
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -10,7 +10,7 @@ DESCRIPTION="Various plugins for Noatun."
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="arts sdl berkdb"
-DEPEND="$(deprange-dual 3.5.6 $MAXKDEVER kde-base/noatun)
+DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/noatun)
arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) )
sdl? ( >=media-libs/libsdl-1.2 )
berkdb? ( =sys-libs/db-4* )"