summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2006-04-12 15:00:36 +0000
committerGeorge Shapovalov <george@gentoo.org>2006-04-12 15:00:36 +0000
commit3c45fd795add54d79661b60743458d7ed3f3704c (patch)
tree6f19ce2524179826084e6c5a3e9a033b53a224c1 /eclass
parentMark ~amd64 (diff)
downloadgentoo-2-3c45fd795add54d79661b60743458d7ed3f3704c.tar.gz
gentoo-2-3c45fd795add54d79661b60743458d7ed3f3704c.tar.bz2
gentoo-2-3c45fd795add54d79661b60743458d7ed3f3704c.zip
added a blocker for dev-lang/gnat, as new gnat-xxx ebuilds are about to be unmasked
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnatbuild.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass
index b4b171273c3a..4462c6736c2d 100644
--- a/eclass/gnatbuild.eclass
+++ b/eclass/gnatbuild.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.9 2006/03/27 15:00:33 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.10 2006/04/12 15:00:36 george Exp $
# ATTN!
# set HOMEPAGE and LICENSE in appropriate ebuild, as we have
@@ -15,6 +15,7 @@ DESCRIPTION="Based on the ${ECLASS} eclass"
IUSE="nls"
# multilib is supported via profiles now, multilib usevar is deprecated
+DEPEND="!dev-lang/gnat"
RDEPEND="app-admin/eselect-gnat"
#---->> globals and SLOT <<----