diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-25 10:54:59 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-25 10:54:59 +0000 |
commit | 92519f7e1ee46a60787157e4b24fc9d0f6c4e2c4 (patch) | |
tree | 463445902e1359cf30bbad54725f3ab552ae3779 /x11-plugins/wmsvencd | |
parent | Fixed modular X dependancies. Closes bug #150644. (diff) | |
download | gentoo-2-92519f7e1ee46a60787157e4b24fc9d0f6c4e2c4.tar.gz gentoo-2-92519f7e1ee46a60787157e4b24fc9d0f6c4e2c4.tar.bz2 gentoo-2-92519f7e1ee46a60787157e4b24fc9d0f6c4e2c4.zip |
Aded missing libxpm dependancy. Closes bug #150657
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins/wmsvencd')
-rw-r--r-- | x11-plugins/wmsvencd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmsvencd/files/digest-wmsvencd-0.5.0 | 2 | ||||
-rw-r--r-- | x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild | 5 |
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-plugins/wmsvencd/ChangeLog b/x11-plugins/wmsvencd/ChangeLog index 3ce92d0e64e7..bdf85b995ad0 100644 --- a/x11-plugins/wmsvencd/ChangeLog +++ b/x11-plugins/wmsvencd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmsvencd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.6 2006/06/11 16:06:48 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/ChangeLog,v 1.7 2006/10/25 10:54:59 s4t4n Exp $ + + 25 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmsvencd-0.5.0.ebuild: + Added missing libxpm dependancy. Closes bug #150657. 11 Jun 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmsvencd-0.5.0.ebuild: Fix DEPEND, see bug #136421. diff --git a/x11-plugins/wmsvencd/files/digest-wmsvencd-0.5.0 b/x11-plugins/wmsvencd/files/digest-wmsvencd-0.5.0 index 9084eb51a8a6..771de8abcabf 100644 --- a/x11-plugins/wmsvencd/files/digest-wmsvencd-0.5.0 +++ b/x11-plugins/wmsvencd/files/digest-wmsvencd-0.5.0 @@ -1 +1,3 @@ MD5 2315a1e05534cdfec20134bbccefc5cc wmsvencd-0.5.0.tar.gz 23784 +RMD160 6870e3a9de6ef5e9d3a61dd766953d46703e9ff7 wmsvencd-0.5.0.tar.gz 23784 +SHA256 d548eddb2572eb2bc808f3d11dec73ae521533c2e05ebc3730845f2f17242674 wmsvencd-0.5.0.tar.gz 23784 diff --git a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild index cdbf67714d69..bd7b9df390f3 100644 --- a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild +++ b/x11-plugins/wmsvencd/wmsvencd-0.5.0.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/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.6 2006/06/11 16:06:48 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild,v 1.7 2006/10/25 10:54:59 s4t4n Exp $ inherit eutils @@ -10,7 +10,8 @@ DESCRIPTION="Window Maker Dockable CD-Player with CDDB" SRC_URI="http://www.harshbutfair.org/dl/${P}.tar.gz" HOMEPAGE="http://www.harshbutfair.org/software/wmsvencd.html" -DEPEND="x11-wm/windowmaker" +DEPEND="x11-wm/windowmaker + x11-libs/libXpm" SLOT="0" LICENSE="GPL-2" |