diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2005-10-14 07:25:17 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2005-10-14 07:25:17 +0000 |
commit | ebc6985c51d801d330fe3c4290d8e54c85df4b84 (patch) | |
tree | d7d6b3920ed84d4b4e121c341ce4df6db60aecd2 /x11-themes | |
parent | Drop old revision. (diff) | |
download | gentoo-2-ebc6985c51d801d330fe3c4290d8e54c85df4b84.tar.gz gentoo-2-ebc6985c51d801d330fe3c4290d8e54c85df4b84.tar.bz2 gentoo-2-ebc6985c51d801d330fe3c4290d8e54c85df4b84.zip |
Added media-sound/mpd-svn as an optional dependency. Closing bug #108992.
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm-crystal/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index 096526854552..4bbc4dc92982 100644 --- a/x11-themes/fvwm-crystal/ChangeLog +++ b/x11-themes/fvwm-crystal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/fvwm-crystal # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.29 2005/09/23 09:13:28 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.30 2005/10/14 07:25:17 lucass Exp $ + + 14 Oct 2005; Lukasz Strzygowski <lucass@gentoo.org> + fvwm-crystal-3.0_rc2.ebuild: + Added media-sound/mpd-svn as an optional dependency. Closing bug #108992. *fvwm-crystal-3.0_rc2 (23 Sep 2005) diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc2.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc2.ebuild index 27b8b433e0b8..e0e312a2d1f0 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc2.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc2.ebuild,v 1.1 2005/09/23 09:13:28 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0_rc2.ebuild,v 1.2 2005/10/14 07:25:17 lucass Exp $ MY_P="${P/_rc/.RC}" DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency." @@ -20,8 +20,8 @@ RDEPEND=">=x11-wm/fvwm-2.5.13 xmms? ( media-plugins/xmms-shell >=media-sound/xmms-1.2.7 media-plugins/xmms-find ) - !xmms? ( media-sound/mpd - media-sound/mpc )" + !xmms? ( media-sound/mpc + || ( media-sound/mpd media-sound/mpd-svn ))" S=${WORKDIR}/${MY_P} |