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 | e303461504cdcfebb1c11e2c1cb78a686db5bd70 (patch) | |
tree | d215ebc95810ed46c50738cd1111a3a37466481a /eclass | |
parent | old (diff) | |
download | historical-e303461504cdcfebb1c11e2c1cb78a686db5bd70.tar.gz historical-e303461504cdcfebb1c11e2c1cb78a686db5bd70.tar.bz2 historical-e303461504cdcfebb1c11e2c1cb78a686db5bd70.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= |