diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 19:31:56 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 19:31:56 +0000 |
commit | 14c4d5aae5d38e3422af17f1a181cc0bea2d3867 (patch) | |
tree | 849bd39d75c03e6bb7abbcc7eb17a094bb48c27c /x11-misc/fsv/fsv-0.9.ebuild | |
parent | Updated monodoc dependency to 1.1.8. (diff) | |
download | gentoo-2-14c4d5aae5d38e3422af17f1a181cc0bea2d3867.tar.gz gentoo-2-14c4d5aae5d38e3422af17f1a181cc0bea2d3867.tar.bz2 gentoo-2-14c4d5aae5d38e3422af17f1a181cc0bea2d3867.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/fsv/fsv-0.9.ebuild')
-rw-r--r-- | x11-misc/fsv/fsv-0.9.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/fsv/fsv-0.9.ebuild b/x11-misc/fsv/fsv-0.9.ebuild index d4787c8c047a..d9f870cbc8a1 100644 --- a/x11-misc/fsv/fsv-0.9.ebuild +++ b/x11-misc/fsv/fsv-0.9.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-misc/fsv/fsv-0.9.ebuild,v 1.10 2005/11/01 14:39:52 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fsv/fsv-0.9.ebuild,v 1.11 2006/01/21 19:28:44 nelchael Exp $ IUSE="nls" @@ -12,8 +12,7 @@ SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="amd64 ~ppc x86" -DEPEND="virtual/opengl - virtual/x11 +DEPEND="=x11-libs/gtk+-1.2* <x11-libs/gtkglarea-1.99" src_compile() { |