summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2011-01-26 18:25:46 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2011-01-26 18:25:46 +0000
commitd26372c81b30eac068794f2bcbdd166ae043f981 (patch)
tree764f4c5863f95f3d5c9a6a9af78ed72fd8738b85 /eclass/virtuoso.eclass
parentRemove use amd64 && append-flags '-m64' - not needed anymore it seems. Bug 35... (diff)
downloadhistorical-d26372c81b30eac068794f2bcbdd166ae043f981.tar.gz
historical-d26372c81b30eac068794f2bcbdd166ae043f981.tar.bz2
historical-d26372c81b30eac068794f2bcbdd166ae043f981.zip
Remove no longer needed flag-o-matic inherit
Diffstat (limited to 'eclass/virtuoso.eclass')
-rw-r--r--eclass/virtuoso.eclass4
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}"