From 6a5be8297772045309b219f0ae1a9c8e958a2ab5 Mon Sep 17 00:00:00 2001 From: Maciej Mrozowski Date: Wed, 26 Jan 2011 18:25:46 +0000 Subject: Remove no longer needed flag-o-matic inherit --- eclass/virtuoso.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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}" -- cgit v1.2.3-65-gdbad