diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-03-16 13:12:30 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-03-16 13:12:30 +0000 |
commit | 86e11f8668d85921c499e06a04b01e1fadaff32d (patch) | |
tree | ef68e11b12b38f74e407d9a85c4d588aeaf24ea2 /x11-misc/fluxbg | |
parent | remove X dep, as Qt pulls it in (diff) | |
download | historical-86e11f8668d85921c499e06a04b01e1fadaff32d.tar.gz historical-86e11f8668d85921c499e06a04b01e1fadaff32d.tar.bz2 historical-86e11f8668d85921c499e06a04b01e1fadaff32d.zip |
Fix X dep to modular X
Package-Manager: portage-2.1_pre6-r3
Diffstat (limited to 'x11-misc/fluxbg')
-rw-r--r-- | x11-misc/fluxbg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fluxbg/fluxbg-0.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/fluxbg/ChangeLog b/x11-misc/fluxbg/ChangeLog index 304bc9dc28bf..e9a24115f90d 100644 --- a/x11-misc/fluxbg/ChangeLog +++ b/x11-misc/fluxbg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fluxbg -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxbg/ChangeLog,v 1.8 2005/05/10 10:52:07 swegener Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxbg/ChangeLog,v 1.9 2006/03/16 13:12:30 caleb Exp $ + + 16 Mar 2006; Caleb Tennis <caleb@gentoo.org> fluxbg-0.7.ebuild: + Fix X dep to modular X 28 Sep 2004; <pyrania@gentoo.org> fluxbg-0.7.ebuild: Finally fixed that gtkmm dependency hell. See bug #54104. diff --git a/x11-misc/fluxbg/fluxbg-0.7.ebuild b/x11-misc/fluxbg/fluxbg-0.7.ebuild index 7edf88ec470a..4b5be5ed8e3a 100644 --- a/x11-misc/fluxbg/fluxbg-0.7.ebuild +++ b/x11-misc/fluxbg/fluxbg-0.7.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-misc/fluxbg/fluxbg-0.7.ebuild,v 1.8 2004/09/28 17:39:39 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxbg/fluxbg-0.7.ebuild,v 1.9 2006/03/16 13:12:30 caleb Exp $ DESCRIPTION="fluxbg is a tool for comfortable background changing." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" -DEPEND="virtual/x11 +DEPEND="|| ( x11-libs/libXt virtual/x11 ) x11-misc/commonbox-utils >=sys-devel/autoconf-2.52 =dev-cpp/gtkmm-2.2*" |