diff options
author | Dan Armak <danarmak@gentoo.org> | 2004-10-25 17:29:58 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2004-10-25 17:29:58 +0000 |
commit | b7156cb00cf5c1e33a31874559dd5d252889f44b (patch) | |
tree | b3f59a6136ea9c886f521e992318110fbd16917f /x11-libs/qt/qt-3.3.2.ebuild | |
parent | Removing nomirror. (Manifest recommit) (diff) | |
download | gentoo-2-b7156cb00cf5c1e33a31874559dd5d252889f44b.tar.gz gentoo-2-b7156cb00cf5c1e33a31874559dd5d252889f44b.tar.bz2 gentoo-2-b7156cb00cf5c1e33a31874559dd5d252889f44b.zip |
fixed LICENSE string format, according to repoman and numerous examples from other ebuilds. (the docs/manpages don't seem to mention this anywhere, though.)
Diffstat (limited to 'x11-libs/qt/qt-3.3.2.ebuild')
-rw-r--r-- | x11-libs/qt/qt-3.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt/qt-3.3.2.ebuild b/x11-libs/qt/qt-3.3.2.ebuild index f0f23fb1bb8b..2e2aacee5d9a 100644 --- a/x11-libs/qt/qt-3.3.2.ebuild +++ b/x11-libs/qt/qt-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.2.ebuild,v 1.18 2004/09/10 16:30:29 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.2.ebuild,v 1.19 2004/10/25 17:29:58 danarmak Exp $ inherit eutils @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2 immqt? ( http://freedesktop.org/Software/ImmoduleQtDownload/${IMMQT_P}.diff.gz ) immqt-bc? ( http://freedesktop.org/Software/ImmoduleQtDownload/${IMMQT_P}.diff.gz )" -LICENSE="QPL-1.0 | GPL-2" +LICENSE="|| (QPL-1.0 GPL-2 )" SLOT="3" KEYWORDS="x86 alpha ppc amd64 sparc hppa ~mips ppc64" IUSE="cups debug doc firebird gif icc ipv6 mysql nas odbc opengl postgres sqlite xinerama zlib immqt immqt-bc" |