diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 11:01:59 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 11:01:59 +0000 |
commit | 79055fd874821ebc1ab8e5bcf379159862f27f11 (patch) | |
tree | 7a1e4a7e210b45f608ac04a5ef871f6627fc47c3 /x11-misc/dsx/dsx-0.1.ebuild | |
parent | Removed old version. (diff) | |
download | gentoo-2-79055fd874821ebc1ab8e5bcf379159862f27f11.tar.gz gentoo-2-79055fd874821ebc1ab8e5bcf379159862f27f11.tar.bz2 gentoo-2-79055fd874821ebc1ab8e5bcf379159862f27f11.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/dsx/dsx-0.1.ebuild')
-rw-r--r-- | x11-misc/dsx/dsx-0.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/dsx/dsx-0.1.ebuild b/x11-misc/dsx/dsx-0.1.ebuild index 4c8e6c48afe5..128c8045415c 100644 --- a/x11-misc/dsx/dsx-0.1.ebuild +++ b/x11-misc/dsx/dsx-0.1.ebuild @@ -1,8 +1,9 @@ -# 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-misc/dsx/dsx-0.1.ebuild,v 1.5 2004/06/24 22:15:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/dsx-0.1.ebuild,v 1.6 2006/01/21 11:01:59 nelchael Exp $ DESCRIPTION="dsx - command line selection of your X desktop environment" +HOMEPAGE="none" LICENSE="GPL-2" SLOT="0" @@ -10,7 +11,7 @@ KEYWORDS="x86 ppc" IUSE="" DEPEND="" -RDEPEND="virtual/x11 +RDEPEND="|| ( x11-apps/xinit virtual/x11 ) >=dev-lang/python-2.1" src_install() { |