diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2013-08-10 20:13:03 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2013-08-10 20:13:03 +0000 |
commit | 72a275d63c52b354871ab492c0ce05058a479d60 (patch) | |
tree | 4f0d8512074273c6c634efde6a4497539fadc387 /app-doc/doxygen/doxygen-1.8.3.1.ebuild | |
parent | Create (parent) directories for file_contexts.local (bug #473502) (diff) | |
download | historical-72a275d63c52b354871ab492c0ce05058a479d60.tar.gz historical-72a275d63c52b354871ab492c0ce05058a479d60.tar.bz2 historical-72a275d63c52b354871ab492c0ce05058a479d60.zip |
Revert workaround for ppc64 now that we have gcc-4.6; bug #263641
Package-Manager: portage-2.1.12.2/cvs/Linux ppc64
Manifest-Sign-Key: 0x2E45568D
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 |