diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-06-29 19:07:12 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-06-29 19:07:12 +0000 |
commit | 017a657f8fc7435452ce72b24a5e867a4693ab4e (patch) | |
tree | 27c2f55b19a31e2da08c65b704684da805257b82 /x11-libs | |
parent | version bump and no longer uses packed jars, ebuild contributed by Josh Nicho... (diff) | |
download | gentoo-2-017a657f8fc7435452ce72b24a5e867a4693ab4e.tar.gz gentoo-2-017a657f8fc7435452ce72b24a5e867a4693ab4e.tar.bz2 gentoo-2-017a657f8fc7435452ce72b24a5e867a4693ab4e.zip |
Strip out some comments that aren't needed
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/qt-4.0.0.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-libs/qt/qt-4.0.0.ebuild b/x11-libs/qt/qt-4.0.0.ebuild index 8717d9ea313c..33d3aba4b512 100644 --- a/x11-libs/qt/qt-4.0.0.ebuild +++ b/x11-libs/qt/qt-4.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.0.ebuild,v 1.3 2005/06/29 17:56:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.0.ebuild,v 1.4 2005/06/29 19:07:12 caleb Exp $ inherit eutils flag-o-matic @@ -95,11 +95,6 @@ src_compile() { export PATH="${S}/bin:${PATH}" export LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" - # Let's just allow writing to these directories during Qt emerge - # as it makes Qt much happier. - # addwrite "${QTBASE}/etc/settings" - # addwrite "$HOME/.qt" - myconf="${myconf} $(qt_use accessibility) $(qt_use cups) $(qt_use xinerama)" myconf="${myconf} $(qt_use opengl) $(qt_use nis)" |