diff options
Diffstat (limited to 'x11-misc/fbdesk')
-rw-r--r-- | x11-misc/fbdesk/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.2.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/fbdesk/ChangeLog b/x11-misc/fbdesk/ChangeLog index 7206738e4e58..32a5486502c4 100644 --- a/x11-misc/fbdesk/ChangeLog +++ b/x11-misc/fbdesk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fbdesk # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.21 2007/07/22 04:05:18 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.22 2007/10/11 18:13:08 lack Exp $ + + 11 Oct 2007; Jim Ramsay <lack@gentoo.org> fbdesk-1.2.1.ebuild: + Needs upstream fix to work with most recent fluxbox (Bug 191717) 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; fbdesk-1.2.1.ebuild: Drop virtual/x11 references. diff --git a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild index 54e3e5220468..d63a66dbbea7 100644 --- a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild +++ b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.9 2007/07/22 04:05:18 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.10 2007/10/11 18:13:08 lack Exp $ inherit eutils @@ -15,7 +15,8 @@ IUSE="debug png" RDEPEND="png? ( media-libs/libpng ) x11-libs/libXpm - x11-libs/libXft" + x11-libs/libXft + !>x11-wm/fluxbox-1.0_rc3_p4983" DEPEND="${RDEPEND} x11-proto/xextproto" |