diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-03-16 13:09:43 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-03-16 13:09:43 +0000 |
commit | a09948b675de00a0014edf69c8d95b29afd3a483 (patch) | |
tree | da364c9cd5126dc42b36202945948fb84954cf8b /x11-misc | |
parent | fix scrollkeeper violation, fixes #126394 (diff) | |
download | gentoo-2-a09948b675de00a0014edf69c8d95b29afd3a483.tar.gz gentoo-2-a09948b675de00a0014edf69c8d95b29afd3a483.tar.bz2 gentoo-2-a09948b675de00a0014edf69c8d95b29afd3a483.zip |
remove X dep, as Qt pulls it in
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbconf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.10.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index 33bd61b0d74d..b7286cc49719 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbconf -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.15 2005/07/07 05:18:09 caleb Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.16 2006/03/16 13:09:43 caleb Exp $ + + 16 Mar 2006; Caleb Tennis <caleb@gentoo.org> bbconf-1.10.ebuild: + remove x dep, as Qt pulls it in 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> bbconf-1.10.ebuild: Fix qt dep diff --git a/x11-misc/bbconf/bbconf-1.10.ebuild b/x11-misc/bbconf/bbconf-1.10.ebuild index 30e11561aa0d..d19f9c6bee2e 100644 --- a/x11-misc/bbconf/bbconf-1.10.ebuild +++ b/x11-misc/bbconf/bbconf-1.10.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/bbconf/bbconf-1.10.ebuild,v 1.7 2005/07/07 05:18:09 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.8 2006/03/16 13:09:43 caleb Exp $ DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="" -DEPEND="virtual/x11 - =x11-libs/qt-3*" +DEPEND="=x11-libs/qt-3*" src_compile () { ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die |