diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-07 20:45:07 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-03-07 20:45:07 +0000 |
commit | 1e77861e89a784c413c02ec9bb0d2d81a01b5ad6 (patch) | |
tree | 91f1033713be8bf8e8acd041daa8aebc95b63ac4 /kde-base/noatun-plugins | |
parent | Allow mixing of split & monolithic ebuilds, where possible, thanks to Arfreve... (diff) | |
download | gentoo-2-1e77861e89a784c413c02ec9bb0d2d81a01b5ad6.tar.gz gentoo-2-1e77861e89a784c413c02ec9bb0d2d81a01b5ad6.tar.bz2 gentoo-2-1e77861e89a784c413c02ec9bb0d2d81a01b5ad6.zip |
Allow mixing of split & monolithic ebuilds, where possible, thanks to Arfrever Frehtes Taifersar Arahesis!
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/noatun-plugins')
-rw-r--r-- | kde-base/noatun-plugins/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/kde-base/noatun-plugins/ChangeLog b/kde-base/noatun-plugins/ChangeLog index 4aaf19a7eb90..00e541c37358 100644 --- a/kde-base/noatun-plugins/ChangeLog +++ b/kde-base/noatun-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/noatun-plugins # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.83 2008/03/04 06:56:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/ChangeLog,v 1.84 2008/03/07 20:45:07 ingmar Exp $ + + 07 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> + noatun-plugins-3.5.9.ebuild: + Allow mixing of split & monolithic ebuilds, where possible, thanks to + Arfrever Frehtes Taifersar Arahesis! 04 Mar 2008; Jeroen Roovers <jer@gentoo.org> noatun-plugins-3.5.8.ebuild, noatun-plugins-3.5.9.ebuild: diff --git a/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild b/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild index 1ef6a41131a6..7fde49037ba4 100644 --- a/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild +++ b/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.9.ebuild,v 1.2 2008/03/04 06:56:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/noatun-plugins/noatun-plugins-3.5.9.ebuild,v 1.3 2008/03/07 20:45:07 ingmar Exp $ KMNAME=kdeaddons EAPI="1" inherit db-use kde-meta @@ -9,7 +9,7 @@ DESCRIPTION="Various plugins for Noatun." KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="arts sdl berkdb" -DEPEND=">=kde-base/noatun-${PV}:${SLOT} +DEPEND="|| ( >=kde-base/noatun-${PV}:${SLOT} >=kde-base/kdemultimedia-${PV}:${SLOT} ) arts? ( >=kde-base/arts-${PV}:${SLOT} ) sdl? ( >=media-libs/libsdl-1.2 ) berkdb? ( =sys-libs/db-4* )" |