diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-08 13:58:20 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-08 13:58:20 +0000 |
commit | 49914eae3032d1dbae86f348580aa595fe88fe20 (patch) | |
tree | fb8a33074066d99c3f149669f2c5cd6e1e18ed94 /kde-base/kscd | |
parent | Semi-automatic merge, Update deps. (diff) | |
download | gentoo-2-49914eae3032d1dbae86f348580aa595fe88fe20.tar.gz gentoo-2-49914eae3032d1dbae86f348580aa595fe88fe20.tar.bz2 gentoo-2-49914eae3032d1dbae86f348580aa595fe88fe20.zip |
Semi-automatic merge, Update deps.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'kde-base/kscd')
-rw-r--r-- | kde-base/kscd/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kscd/kscd-4.2.1.ebuild | 14 |
2 files changed, 13 insertions, 6 deletions
diff --git a/kde-base/kscd/ChangeLog b/kde-base/kscd/ChangeLog index 6f958685b3d8..8ef75ed9f091 100644 --- a/kde-base/kscd/ChangeLog +++ b/kde-base/kscd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kscd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.109 2009/03/04 22:14:59 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.110 2009/03/08 13:58:20 scarabeus Exp $ + + 08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> kscd-4.2.1.ebuild: + Semi-automatic merge, Update deps. *kscd-4.2.1 (04 Mar 2009) diff --git a/kde-base/kscd/kscd-4.2.1.ebuild b/kde-base/kscd/kscd-4.2.1.ebuild index 8f60a12fe5a3..0d4788f72eee 100644 --- a/kde-base/kscd/kscd-4.2.1.ebuild +++ b/kde-base/kscd/kscd-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-4.2.1.ebuild,v 1.1 2009/03/04 22:14:59 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-4.2.1.ebuild,v 1.2 2009/03/08 13:58:20 scarabeus Exp $ EAPI="2" @@ -11,9 +11,13 @@ DESCRIPTION="KDE CD player" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug" -DEPEND=">=kde-base/libkcddb-${PV}:${SLOT} - >=kde-base/libkcompactdisc-${PV}:${SLOT} - media-libs/musicbrainz:1" +DEPEND=" + >=kde-base/libkcddb-${PV}:${SLOT}[kdeprefix=] + >=kde-base/libkcompactdisc-${PV}:${SLOT}[kdeprefix=] + media-libs/musicbrainz:1 +" RDEPEND="${DEPEND}" -KMEXTRACTONLY="libkcompactdisc/" +KMEXTRACTONLY=" + libkcompactdisc/ +" |