diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-02-03 21:39:50 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-02-03 21:39:50 +0000 |
commit | ce06296751d9286e3c0097c719a33bac0059668a (patch) | |
tree | 0720e81205e60047003f233b45e87d78204f1885 /app-doc/qt-docs | |
parent | this is the first in a long series of commits over the next few minutes. i ch... (diff) | |
download | historical-ce06296751d9286e3c0097c719a33bac0059668a.tar.gz historical-ce06296751d9286e3c0097c719a33bac0059668a.tar.bz2 historical-ce06296751d9286e3c0097c719a33bac0059668a.zip |
ditto
Diffstat (limited to 'app-doc/qt-docs')
-rw-r--r-- | app-doc/qt-docs/qt-docs-2.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-doc/qt-docs/qt-docs-3.0.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/qt-docs/qt-docs-2.3.1.ebuild b/app-doc/qt-docs/qt-docs-2.3.1.ebuild index 6d4e889fceeb..02bd22e4af79 100644 --- a/app-doc/qt-docs/qt-docs-2.3.1.ebuild +++ b/app-doc/qt-docs/qt-docs-2.3.1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-2.3.1.ebuild,v 1.1 2001/12/30 17:29:05 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-2.3.1.ebuild,v 1.2 2002/02/03 21:39:50 danarmak Exp $ S=${WORKDIR}/qt-${PV} DESCRIPTION="QT ${PV} docs, manpages, examples and tutorials" SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-x11-${PV}.tar.gz" HOMEPAGE="http://www.trolltech.com/" -RDEPEND=">=x11-libs/qt-$PV" +RDEPEND="=x11-libs/qt-2*" DEPEND="$RDEPEND sys-devel/gcc" diff --git a/app-doc/qt-docs/qt-docs-3.0.1.ebuild b/app-doc/qt-docs/qt-docs-3.0.1.ebuild index 7ae630ea6a06..c0c0e6f42c0c 100644 --- a/app-doc/qt-docs/qt-docs-3.0.1.ebuild +++ b/app-doc/qt-docs/qt-docs-3.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-3.0.1.ebuild,v 1.1 2001/12/30 17:29:05 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-3.0.1.ebuild,v 1.2 2002/02/03 21:39:50 danarmak Exp $ P=qt-x11-${PV} S=${WORKDIR}/qt-x11-free-${PV} @@ -11,7 +11,7 @@ DESCRIPTION="QT version ${PV}" SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-${PV}.tar.gz" HOMEPAGE="http://www.trolltech.com/" -DEPEND=">=x11-libs/qt-$PV" +DEPEND="=x11-libs/qt-3*" RDEPEND="$DEPEND sys-devel/gcc" |