diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:35:57 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:35:57 +0000 |
commit | 551ae7010160b5839c4eb40686734f00f6dfa700 (patch) | |
tree | ca494dc6f98269613f0328837df5c133bd74fabe /x11-plugins/wmrecord | |
parent | Mark 1.13 stable on alpha (diff) | |
download | gentoo-2-551ae7010160b5839c4eb40686734f00f6dfa700.tar.gz gentoo-2-551ae7010160b5839c4eb40686734f00f6dfa700.tar.bz2 gentoo-2-551ae7010160b5839c4eb40686734f00f6dfa700.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmrecord')
-rw-r--r-- | x11-plugins/wmrecord/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild | 12 |
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-plugins/wmrecord/ChangeLog b/x11-plugins/wmrecord/ChangeLog index 8811626170bd..61729c7ee170 100644 --- a/x11-plugins/wmrecord/ChangeLog +++ b/x11-plugins/wmrecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmrecord -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.4 2005/07/10 02:10:22 smithj Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.5 2006/01/31 20:35:57 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmrecord-1.0.5.3-r1.ebuild: + Fixed DEPEND for modular X. *wmrecord-1.0.5.3-r1 (10 Jul 2005) diff --git a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild index 324f2730622c..96c28e9fcd73 100644 --- a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild +++ b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.1 2005/07/10 02:10:22 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.2 2006/01/31 20:35:57 nelchael Exp $ IUSE="" @@ -8,7 +8,13 @@ DESCRIPTION="A Dockable General Purpose Recording Utility" SRC_URI="http://ret009t0.eresmas.net/other_software/wmrecord/${PN}-1.0.5_20040218_0029.tgz" HOMEPAGE="http://ret009t0.eresmas.net/other_software/wmrecord/" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" LICENSE="GPL-2" |