summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-18 16:17:23 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-18 16:17:23 +0000
commit0ac122dceadbe4306125f13f2666d3573d594e9c (patch)
treee333ec35670bd3d1924ba7cd70a63f0dd2865a91 /kde-base/noatun-plugins
parentAdd ~sparc keyword --- seems fine. (diff)
downloadhistorical-0ac122dceadbe4306125f13f2666d3573d594e9c.tar.gz
historical-0ac122dceadbe4306125f13f2666d3573d594e9c.tar.bz2
historical-0ac122dceadbe4306125f13f2666d3573d594e9c.zip
Don't depend on arts 3.5.6, as 3.5.5 is just the same.
Package-Manager: portage-2.1.2
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.6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog
index ec8f7d9be13a..167d066b274d 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.62 2007/01/16 21:59:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.63 2007/01/18 16:11:50 flameeyes Exp $
+
+ 18 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ noatun-plugins-3.5.6.ebuild:
+ Don't depend on arts 3.5.6, as 3.5.5 is just the same.
*noatun-plugins-3.5.6 (16 Jan 2007)
diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.6.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.6.ebuild
index 850d8e854dd1..68e917d3f99a 100644
--- a/kde-base/noatun-plugins/noatun-plugins-3.5.6.ebuild
+++ b/kde-base/noatun-plugins/noatun-plugins-3.5.6.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.6.ebuild,v 1.1 2007/01/16 21:59:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.6.ebuild,v 1.2 2007/01/18 16:11:50 flameeyes Exp $
KMNAME=kdeaddons
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -11,7 +11,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="arts sdl berkdb"
DEPEND="$(deprange-dual $PV $MAXKDEVER kde-base/noatun)
- arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) )
+ arts? ( $(deprange 3.5.5 $MAXKDEVER kde-base/arts) )
sdl? ( >=media-libs/libsdl-1.2 )
berkdb? ( =sys-libs/db-4* )"