diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-28 15:42:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-09-28 15:42:11 +0000 |
commit | 05d07abad647f7984a1dac3a80ee49c48ea2aac9 (patch) | |
tree | 8e4f18cc7de114ca069de6e1e097914bf2de8aec /x11-libs | |
parent | whitespace (diff) | |
download | gentoo-2-05d07abad647f7984a1dac3a80ee49c48ea2aac9.tar.gz gentoo-2-05d07abad647f7984a1dac3a80ee49c48ea2aac9.tar.bz2 gentoo-2-05d07abad647f7984a1dac3a80ee49c48ea2aac9.zip |
whitespace
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libqxt/libqxt-0.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libqxt/libqxt-0.2.4.ebuild b/x11-libs/libqxt/libqxt-0.2.4.ebuild index a8f7f84c2586..e91351b8e5c5 100644 --- a/x11-libs/libqxt/libqxt-0.2.4.ebuild +++ b/x11-libs/libqxt/libqxt-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.4.ebuild,v 1.1 2007/09/28 12:15:26 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.4.ebuild,v 1.2 2007/09/28 15:42:11 mr_bones_ Exp $ inherit eutils qt4 @@ -25,7 +25,7 @@ S="${WORKDIR}/${PN}" src_compile() { local myconf - + use debug && myconf="${myconf} -debug" use !openssl && myconf="${myconf} -nomake crypto" use !fastcgi && myconf="${myconf} -nomake web" |