diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-18 16:11:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-18 16:11:50 +0000 |
commit | 2c803403ee70d9768b64a0fcc16b21de7fc25c08 (patch) | |
tree | 6e42388b0380d10cc83d09fcc2b73c5baa2bc300 /kde-base/noatun-plugins | |
parent | Add ~sparc keyword --- seems fine. (diff) | |
download | gentoo-2-2c803403ee70d9768b64a0fcc16b21de7fc25c08.tar.gz gentoo-2-2c803403ee70d9768b64a0fcc16b21de7fc25c08.tar.bz2 gentoo-2-2c803403ee70d9768b64a0fcc16b21de7fc25c08.zip |
Don't depend on arts 3.5.6, as 3.5.5 is just the same.
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/noatun-plugins')
-rw-r--r-- | kde-base/noatun-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/noatun-plugins/noatun-plugins-3.5.6.ebuild | 4 |
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* )" |