diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-20 10:11:49 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-20 10:11:49 +0000 |
commit | 454f6401e5bbd05a8812a1b53dab313459c62d0d (patch) | |
tree | 26bca976e9a24038c3568d72cbe38723c2767693 /sci-misc | |
parent | Fix typo in eclassdoc. Thx to Boris Petersen for spotting and patch :] (diff) | |
download | gentoo-2-454f6401e5bbd05a8812a1b53dab313459c62d0d.tar.gz gentoo-2-454f6401e5bbd05a8812a1b53dab313459c62d0d.tar.bz2 gentoo-2-454f6401e5bbd05a8812a1b53dab313459c62d0d.zip |
Kill QA warning.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-6.6.40-r2.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 7846a3d0622f..eefde4cb7474 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/boinc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.76 2009/10/03 15:04:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.77 2009/10/20 10:11:49 scarabeus Exp $ + + 20 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + boinc-6.6.40-r2.ebuild: + Kill QA warning. *boinc-6.6.40-r2 (03 Oct 2009) diff --git a/sci-misc/boinc/boinc-6.6.40-r2.ebuild b/sci-misc/boinc/boinc-6.6.40-r2.ebuild index 7ce43ee4f6a5..b41bfa0a4ac5 100644 --- a/sci-misc/boinc/boinc-6.6.40-r2.ebuild +++ b/sci-misc/boinc/boinc-6.6.40-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.6.40-r2.ebuild,v 1.1 2009/10/03 15:04:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.6.40-r2.ebuild,v 1.2 2009/10/20 10:11:49 scarabeus Exp $ EAPI="2" @@ -88,7 +88,6 @@ src_configure() { --disable-dependency-tracking \ --enable-unicode \ --with-ssl \ - --enable-optimize \ $(use_with X x) \ ${wxconf} \ ${conf} |