diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2013-08-10 20:12:57 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2013-08-10 20:12:57 +0000 |
commit | 37c8369aa54c9ae1a3f470c82d35558c4e2b0676 (patch) | |
tree | 7c91bc95f20430e0bde99ffaf7743910b1307d95 /app-doc/doxygen/doxygen-1.8.3.1.ebuild | |
parent | Create (parent) directories for file_contexts.local (bug #473502) (diff) | |
download | gentoo-2-37c8369aa54c9ae1a3f470c82d35558c4e2b0676.tar.gz gentoo-2-37c8369aa54c9ae1a3f470c82d35558c4e2b0676.tar.bz2 gentoo-2-37c8369aa54c9ae1a3f470c82d35558c4e2b0676.zip |
Revert workaround for ppc64 now that we have gcc-4.6; bug #263641
(Portage version: 2.1.12.2/cvs/Linux ppc64, signed Manifest commit with key 2e45568d)
Diffstat (limited to 'app-doc/doxygen/doxygen-1.8.3.1.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-1.8.3.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-doc/doxygen/doxygen-1.8.3.1.ebuild b/app-doc/doxygen/doxygen-1.8.3.1.ebuild index 633ad04175fa..0f791d7b90e6 100644 --- a/app-doc/doxygen/doxygen-1.8.3.1.ebuild +++ b/app-doc/doxygen/doxygen-1.8.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.3.1.ebuild,v 1.16 2013/07/04 12:17:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.3.1.ebuild,v 1.17 2013/08/10 20:12:57 halcy0n Exp $ EAPI=4 @@ -145,8 +145,6 @@ src_configure() { my_conf="${my_conf} --release " fi - use ppc64 && my_conf="${my_conf} --english-only" #263641 - use qt4 && my_conf="${my_conf} --with-doxywizard" # On non GNU userland (e.g. BSD), configure script picks up make and bails |