diff options
author | 2006-10-16 10:55:11 +0000 | |
---|---|---|
committer | 2006-10-16 10:55:11 +0000 | |
commit | 0fb77876e5039bbdf8e1ce14e49be2f3265ae3c2 (patch) | |
tree | 8b6b4edb56d4ae224d2e67d5280cb35fa6ae16d5 /x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild | |
parent | Added ~amd64 keyword wrt Bug #148501. (diff) | |
download | gentoo-2-0fb77876e5039bbdf8e1ce14e49be2f3265ae3c2.tar.gz gentoo-2-0fb77876e5039bbdf8e1ce14e49be2f3265ae3c2.tar.bz2 gentoo-2-0fb77876e5039bbdf8e1ce14e49be2f3265ae3c2.zip |
Added missing image dependancy. Closes bug #150641.
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild')
-rw-r--r-- | x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild b/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild index ab5b1a6743b7..1f7d29e273dc 100644 --- a/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild +++ b/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild,v 1.4 2006/01/24 22:34:10 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild,v 1.5 2006/10/16 10:55:11 s4t4n Exp $ inherit eutils @@ -21,7 +21,8 @@ RDEPEND="|| ( ( DEPEND="${RDEPEND} || ( ( x11-proto/xproto - x11-proto/xextproto ) + x11-proto/xextproto + x11-misc/imake ) virtual/x11 )" SLOT="0" |