diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:54:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 17:54:50 +0000 |
commit | 7b4b8e0aaccc790f509044a6edccbba55e21a557 (patch) | |
tree | d708463815828325e7e8c2edae9e9c246f43256f /x11-misc/bbconf | |
parent | modernised (diff) | |
download | historical-7b4b8e0aaccc790f509044a6edccbba55e21a557.tar.gz historical-7b4b8e0aaccc790f509044a6edccbba55e21a557.tar.bz2 historical-7b4b8e0aaccc790f509044a6edccbba55e21a557.zip |
modernised
Diffstat (limited to 'x11-misc/bbconf')
-rw-r--r-- | x11-misc/bbconf/bbconf-1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.6.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-misc/bbconf/bbconf-1.2-r1.ebuild b/x11-misc/bbconf/bbconf-1.2-r1.ebuild index b259df702334..8ce9aac32a61 100644 --- a/x11-misc/bbconf/bbconf-1.2-r1.ebuild +++ b/x11-misc/bbconf/bbconf-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.5 2002/08/01 11:40:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.6 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/x11 - =x11-libs/qt-2*" + =x11-libs/qt-2*" #RDEPEND="" diff --git a/x11-misc/bbconf/bbconf-1.2.ebuild b/x11-misc/bbconf/bbconf-1.2.ebuild index df76d797e332..a59e37468f4d 100644 --- a/x11-misc/bbconf/bbconf-1.2.ebuild +++ b/x11-misc/bbconf/bbconf-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2.ebuild,v 1.6 2002/08/01 11:40:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2.ebuild,v 1.7 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/x11 - =x11-libs/qt-2*" + =x11-libs/qt-2*" #RDEPEND="" diff --git a/x11-misc/bbconf/bbconf-1.6.ebuild b/x11-misc/bbconf/bbconf-1.6.ebuild index 61c29e763ad0..a5d372d2e37d 100644 --- a/x11-misc/bbconf/bbconf-1.6.ebuild +++ b/x11-misc/bbconf/bbconf-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.4 2002/08/01 11:40:17 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/x11 - >=x11-libs/qt-3.0.3" + >=x11-libs/qt-3.0.3" src_compile () { ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die |