diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-18 08:55:32 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-18 08:55:32 +0000 |
commit | 9ac8293623f51b62508cc0647c480a08759099e0 (patch) | |
tree | 2a5de9343cc672e981a874f34bda59972cb7e057 /x11-plugins/wmcp | |
parent | bump. (diff) | |
download | gentoo-2-9ac8293623f51b62508cc0647c480a08759099e0.tar.gz gentoo-2-9ac8293623f51b62508cc0647c480a08759099e0.tar.bz2 gentoo-2-9ac8293623f51b62508cc0647c480a08759099e0.zip |
Shifted RDEPEND to DEPEND. Closes bug #150650
(Portage version: 2.1.1)
Diffstat (limited to 'x11-plugins/wmcp')
-rw-r--r-- | x11-plugins/wmcp/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmcp/files/digest-wmcp-1.2.8 | 2 | ||||
-rw-r--r-- | x11-plugins/wmcp/wmcp-1.2.8.ebuild | 12 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-plugins/wmcp/ChangeLog b/x11-plugins/wmcp/ChangeLog index 5e4dbedc3c8f..3a570ee3f911 100644 --- a/x11-plugins/wmcp/ChangeLog +++ b/x11-plugins/wmcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.10 2006/01/24 22:53:18 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.11 2006/10/18 08:55:32 s4t4n Exp $ + + 18 Oct 2006; Michele Noberasco <s4t4n@gentoo.org> wmcp-1.2.8.ebuild: + Shifted RDEPEND entried to DEPEND. Closes bug #150650. 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmcp-1.2.8.ebuild: Fixed DEPEND for modular X. diff --git a/x11-plugins/wmcp/files/digest-wmcp-1.2.8 b/x11-plugins/wmcp/files/digest-wmcp-1.2.8 index 9e78436d8752..cbce55bd2bfb 100644 --- a/x11-plugins/wmcp/files/digest-wmcp-1.2.8 +++ b/x11-plugins/wmcp/files/digest-wmcp-1.2.8 @@ -1 +1,3 @@ MD5 6f347dd6fb0b017de868081088cdcf13 wmcp-1.2.8.tar.gz 8673 +RMD160 bb3f2fce429cb2c27d66c4eb67400d987bb993b5 wmcp-1.2.8.tar.gz 8673 +SHA256 2ecaee806442057d515c760ac58353c4b4cec41252a22e223a5b079776d55d31 wmcp-1.2.8.tar.gz 8673 diff --git a/x11-plugins/wmcp/wmcp-1.2.8.ebuild b/x11-plugins/wmcp/wmcp-1.2.8.ebuild index b4ddb522b52f..1877c674b0c9 100644 --- a/x11-plugins/wmcp/wmcp-1.2.8.ebuild +++ b/x11-plugins/wmcp/wmcp-1.2.8.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/wmcp/wmcp-1.2.8.ebuild,v 1.14 2006/01/24 22:53:18 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.15 2006/10/18 08:55:32 s4t4n Exp $ inherit eutils @@ -12,16 +12,14 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ia64 ppc ~sparc alpha hppa ~mips" -RDEPEND="|| ( ( +DEPEND=" + || ( ( + x11-proto/xproto + x11-proto/xextproto x11-libs/libX11 x11-libs/libXext x11-libs/libXpm ) virtual/x11 )" -DEPEND="${RDEPEND} - || ( ( - x11-proto/xproto - x11-proto/xextproto ) - virtual/x11 )" src_unpack() { unpack ${A} |