diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:21:29 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:21:29 +0000 |
commit | 5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077 (patch) | |
tree | dbe5e700c0426b5944f463faf006aa9da1bb7ab5 /x11-misc/bbconf | |
parent | ia64 love (diff) | |
download | gentoo-2-5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077.tar.gz gentoo-2-5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077.tar.bz2 gentoo-2-5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077.zip |
Fix qt dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/bbconf')
-rw-r--r-- | x11-misc/bbconf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index 982b4ed7344b..33bd61b0d74d 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbconf -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.14 2004/06/24 22:12:22 agriffis Exp $ +# 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 $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> bbconf-1.10.ebuild: + Fix qt dep 27 May 2004; Jason Wever <weeve@gentoo.org> bbconf-1.10.ebuild: Stable on sparc. diff --git a/x11-misc/bbconf/bbconf-1.10.ebuild b/x11-misc/bbconf/bbconf-1.10.ebuild index 2a30c6ce1d0e..30e11561aa0d 100644 --- a/x11-misc/bbconf/bbconf-1.10.ebuild +++ b/x11-misc/bbconf/bbconf-1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.6 2004/06/24 22:12:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.7 2005/07/07 05:18:09 caleb Exp $ DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -12,7 +12,7 @@ KEYWORDS="x86 ppc sparc" IUSE="" DEPEND="virtual/x11 - >=x11-libs/qt-3.0.3" + =x11-libs/qt-3*" src_compile () { ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die |