diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2011-07-07 23:00:06 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2011-07-07 23:00:06 +0000 |
commit | a0a66ada4e75377a14cc8ae87b35a1aabeb22758 (patch) | |
tree | 682454919486b250fbed9914f95eaa325024d2d7 /eclass/virtuoso.eclass | |
parent | Remove old, update homepage (diff) | |
download | historical-a0a66ada4e75377a14cc8ae87b35a1aabeb22758.tar.gz historical-a0a66ada4e75377a14cc8ae87b35a1aabeb22758.tar.bz2 historical-a0a66ada4e75377a14cc8ae87b35a1aabeb22758.zip |
Restrict gawk4, bug 374315
Diffstat (limited to 'eclass/virtuoso.eclass')
-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='' |