summaryrefslogtreecommitdiff
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
commited16b1d40f6754b5bbc67fbe301b60b34cdc9e59 (patch)
tree8b1929b10b3dc3d0f00f6db6a55241927a7f39df /eclass/gnatbuild.eclass
parentMark ~amd64 (diff)
downloadhistorical-ed16b1d40f6754b5bbc67fbe301b60b34cdc9e59.tar.gz
historical-ed16b1d40f6754b5bbc67fbe301b60b34cdc9e59.tar.bz2
historical-ed16b1d40f6754b5bbc67fbe301b60b34cdc9e59.zip
added a blocker for dev-lang/gnat, as new gnat-xxx ebuilds are about to be unmasked
Diffstat (limited to 'eclass/gnatbuild.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 <<----