diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-08-01 06:10:24 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-08-01 06:10:24 +0000 |
commit | d71ec003616b6f27f4077801145842b564bb4b1f (patch) | |
tree | f83daa63da0342d895a2060223c7f9117fa000ac /media-sound/cmus | |
parent | Stable on mips. (diff) | |
download | gentoo-2-d71ec003616b6f27f4077801145842b564bb4b1f.tar.gz gentoo-2-d71ec003616b6f27f4077801145842b564bb4b1f.tar.bz2 gentoo-2-d71ec003616b6f27f4077801145842b564bb4b1f.zip |
put the correct entries in RDEPEND and not DEPEND
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-sound/cmus')
-rw-r--r-- | media-sound/cmus/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/cmus/cmus-2.2.0.ebuild | 13 |
2 files changed, 11 insertions, 7 deletions
diff --git a/media-sound/cmus/ChangeLog b/media-sound/cmus/ChangeLog index bcccbecf798a..ae8d3e6f28d5 100644 --- a/media-sound/cmus/ChangeLog +++ b/media-sound/cmus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/cmus # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/ChangeLog,v 1.12 2007/07/30 23:46:08 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/ChangeLog,v 1.13 2007/08/01 06:10:24 opfer Exp $ + + 01 Aug 2007; Christian Faulhammer <opfer@gentoo.org> cmus-2.2.0.ebuild: + put the correct entries in RDEPEND and not DEPEND *cmus-2.2.0 (30 Jul 2007) diff --git a/media-sound/cmus/cmus-2.2.0.ebuild b/media-sound/cmus/cmus-2.2.0.ebuild index 479743b62cc3..046cd94c72e8 100644 --- a/media-sound/cmus/cmus-2.2.0.ebuild +++ b/media-sound/cmus/cmus-2.2.0.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/media-sound/cmus/cmus-2.2.0.ebuild,v 1.1 2007/07/30 23:46:08 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/cmus-2.2.0.ebuild,v 1.2 2007/08/01 06:10:24 opfer Exp $ inherit eutils multilib @@ -27,13 +27,14 @@ DEPEND="sys-libs/ncurses mp4? ( media-libs/libmp4v2 media-libs/faad2 ) musepack? ( >=media-libs/libmpcdec-1.2 ) - pidgin? ( net-im/pidgin - dev-python/dbus-python ) vorbis? ( >=media-libs/libvorbis-1.0 ) wavpack? ( media-sound/wavpack ) - wma? ( media-video/ffmpeg ) - zsh-completion? ( app-shells/zsh )" -RDEPEND="${DEPEND}" + wma? ( media-video/ffmpeg )" +RDEPEND="${DEPEND} + zsh-completion? ( app-shells/zsh ) + pidgin? ( net-im/pidgin + dev-python/dbus-python )" + my_config() { local value |