diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-06-30 13:29:13 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-06-30 13:29:13 +0000 |
commit | 0e385facd906ae25b36ebd4b4203efc93be82967 (patch) | |
tree | 03b0ed8bc29d9a7f6d7fbef66caff867ae7d6386 /eclass | |
parent | Forgot to set ~alpha mark, sorry. Thanks to josejx. (diff) | |
download | gentoo-2-0e385facd906ae25b36ebd4b4203efc93be82967.tar.gz gentoo-2-0e385facd906ae25b36ebd4b4203efc93be82967.tar.bz2 gentoo-2-0e385facd906ae25b36ebd4b4203efc93be82967.zip |
get rid of test statements
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/qt.eclass b/eclass/qt.eclass index a9bffb30c811..a072719727ea 100644 --- a/eclass/qt.eclass +++ b/eclass/qt.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt.eclass,v 1.2 2005/06/30 13:26:28 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt.eclass,v 1.3 2005/06/30 13:29:13 caleb Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -43,8 +43,3 @@ qt3_min_version_list() { echo -n $VERSIONS } - -qt3_min_version 3.0.0 -qt3_min_version 3.3 -qt3_min_version 3.0.5 -qt3_min_version 3.1.2-r3 |