diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2011-01-26 18:22:07 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2011-01-26 18:22:07 +0000 |
commit | 7a7a308983c04e672aec60a7b51cebad607602dd (patch) | |
tree | 64b1527487af067e4aecaa52c9b8085fffac8ac0 /eclass | |
parent | old (diff) | |
download | gentoo-2-7a7a308983c04e672aec60a7b51cebad607602dd.tar.gz gentoo-2-7a7a308983c04e672aec60a7b51cebad607602dd.tar.bz2 gentoo-2-7a7a308983c04e672aec60a7b51cebad607602dd.zip |
Remove use amd64 && append-flags '-m64' - not needed anymore it seems. Bug 352774
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/virtuoso.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/virtuoso.eclass b/eclass/virtuoso.eclass index cd555c4fd478..4a99e0fd31c2 100644 --- a/eclass/virtuoso.eclass +++ b/eclass/virtuoso.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.6 2010/08/22 08:09:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.7 2011/01/26 18:22:07 reavertm Exp $ # @ECLASS: virtuoso.eclass # @MAINTAINER: @@ -109,8 +109,6 @@ virtuoso_src_prepare() { virtuoso_src_configure() { debug-print-function ${FUNCNAME} "$@" - use amd64 && append-flags '-m64' - # Override some variables to make tests work if [[ ${PN} != virtuoso-server ]]; then [[ ${EAPI} == 2 ]] && ! use prefix && EPREFIX= |