diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2011-01-26 18:25:46 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2011-01-26 18:25:46 +0000 |
commit | 6a5be8297772045309b219f0ae1a9c8e958a2ab5 (patch) | |
tree | 9cd55ae3dd9140e6e57353c8f86f31373538d178 /eclass | |
parent | Remove use amd64 && append-flags '-m64' - not needed anymore it seems. Bug 35... (diff) | |
download | gentoo-2-6a5be8297772045309b219f0ae1a9c8e958a2ab5.tar.gz gentoo-2-6a5be8297772045309b219f0ae1a9c8e958a2ab5.tar.bz2 gentoo-2-6a5be8297772045309b219f0ae1a9c8e958a2ab5.zip |
Remove no longer needed flag-o-matic inherit
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/virtuoso.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/virtuoso.eclass b/eclass/virtuoso.eclass index 4a99e0fd31c2..058e739c1b82 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.7 2011/01/26 18:22:07 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.8 2011/01/26 18:25:46 reavertm Exp $ # @ECLASS: virtuoso.eclass # @MAINTAINER: @@ -15,7 +15,7 @@ case ${EAPI:-0} in *) die "EAPI=${EAPI} is not supported" ;; esac -inherit base autotools flag-o-matic multilib +inherit base autotools multilib MY_P="virtuoso-opensource-${PV}" |