diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:20:02 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:20:02 +0000 |
commit | 8528b8c93fdb9192a44215ffabadf197dad69acb (patch) | |
tree | 01bda6061040891c1fcd6ad7d0d9850d5569b94e /x11-plugins/wmxres | |
parent | Mark 1.07 stable on alpha (diff) | |
download | gentoo-2-8528b8c93fdb9192a44215ffabadf197dad69acb.tar.gz gentoo-2-8528b8c93fdb9192a44215ffabadf197dad69acb.tar.bz2 gentoo-2-8528b8c93fdb9192a44215ffabadf197dad69acb.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmxres')
-rw-r--r-- | x11-plugins/wmxres/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmxres/wmxres-1.2.ebuild | 17 |
2 files changed, 19 insertions, 5 deletions
diff --git a/x11-plugins/wmxres/ChangeLog b/x11-plugins/wmxres/ChangeLog index f00e77fa8b89..6096c0e633c8 100644 --- a/x11-plugins/wmxres/ChangeLog +++ b/x11-plugins/wmxres/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmxres -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.3 2004/09/04 01:48:27 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.4 2006/01/31 21:15:04 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmxres-1.2.ebuild: + Fixed DEPEND for modular X. 04 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmxres-1.2.ebuild: Stable on x86. diff --git a/x11-plugins/wmxres/wmxres-1.2.ebuild b/x11-plugins/wmxres/wmxres-1.2.ebuild index b12e07546cf2..657d930e7c3c 100644 --- a/x11-plugins/wmxres/wmxres-1.2.ebuild +++ b/x11-plugins/wmxres/wmxres-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/wmxres/wmxres-1.2.ebuild,v 1.3 2004/09/04 01:48:27 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.4 2006/01/31 21:15:04 nelchael Exp $ inherit eutils @@ -10,7 +10,18 @@ DESCRIPTION="Dock application to select your display mode among those possible" SRC_URI="http://yalla.free.fr/wn/${PN}-1.1-0.tar.gz" HOMEPAGE="http://yalla.free.fr/wn/" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXxf86vm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xf86vidmodeproto + x11-proto/xf86dgaproto ) + virtual/x11 )" SLOT="0" LICENSE="GPL-1" |