diff options
-rw-r--r-- | eclass/virtuoso.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/virtuoso.eclass b/eclass/virtuoso.eclass index 98ccf8c51f95..58ba4cbaa9ab 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.10 2011/04/20 09:53:29 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.11 2011/07/07 23:00:06 reavertm Exp $ # @ECLASS: virtuoso.eclass # @MAINTAINER: @@ -40,7 +40,9 @@ HOMEPAGE='http://virtuoso.openlinksw.com/wiki/main/Main/' LICENSE='GPL-2' SLOT='0' +# Restrict incompatible gawk, bug 374315 DEPEND=' + <sys-apps/gawk-4.0.0 >=sys-devel/libtool-2.2.6a ' RDEPEND='' |