diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-01-22 17:14:50 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-01-22 17:14:50 +0000 |
commit | 5eea5122927a375fa9ff049c81efc2ff89e3c04e (patch) | |
tree | 757c65bb4cb39735ecd3a65d82dc9f025bed938c /x11-misc | |
parent | Marking Math-BigRat-0.19 ppc for bug 206892 (diff) | |
download | gentoo-2-5eea5122927a375fa9ff049c81efc2ff89e3c04e.tar.gz gentoo-2-5eea5122927a375fa9ff049c81efc2ff89e3c04e.tar.bz2 gentoo-2-5eea5122927a375fa9ff049c81efc2ff89e3c04e.zip |
This should have been blocking >=x11-wm/fluxbox-1.0 (Bug #96631)
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fluxconf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fluxconf/fluxconf-0.9.9.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/fluxconf/ChangeLog b/x11-misc/fluxconf/ChangeLog index 4fb07a6ea3e0..2e41f3a5592d 100644 --- a/x11-misc/fluxconf/ChangeLog +++ b/x11-misc/fluxconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fluxconf -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/ChangeLog,v 1.34 2007/07/20 12:14:03 drac Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/ChangeLog,v 1.35 2008/01/22 17:14:50 lack Exp $ + + 22 Jan 2008; Jim Ramsay <lack@gentoo.org> fluxconf-0.9.9.ebuild: + This should have been blocking >=x11-wm/fluxbox-1.0 (Bug #96631) 20 Jul 2007; Samuli Suominen <drac@gentoo.org> +files/fluxconf-0.9.9-asneeded.patch, fluxconf-0.9.9.ebuild: diff --git a/x11-misc/fluxconf/fluxconf-0.9.9.ebuild b/x11-misc/fluxconf/fluxconf-0.9.9.ebuild index 39801518e592..06893ba80606 100644 --- a/x11-misc/fluxconf/fluxconf-0.9.9.ebuild +++ b/x11-misc/fluxconf/fluxconf-0.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.9.ebuild,v 1.2 2007/07/20 12:14:03 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.9.ebuild,v 1.3 2008/01/22 17:14:50 lack Exp $ WANT_AUTOMAKE="1.7" @@ -16,7 +16,8 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="nls" RDEPEND=">=x11-libs/gtk+-2" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + !>=x11-wm/fluxbox-1.0" src_unpack() { unpack ${A} |