summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2009-03-26 10:05:49 +0000
committerGeorge Shapovalov <george@gentoo.org>2009-03-26 10:05:49 +0000
commitd5803a690fd5ca1762fb738d85534d7d58383cb3 (patch)
treea4aafde3f669d18c9384098c57baf29850cfe9b3 /dev-ada/glade/glade-2006.0.ebuild
parentexpanded Ada standard checking to be exact for 1995 also (diff)
downloadgentoo-2-d5803a690fd5ca1762fb738d85534d7d58383cb3.tar.gz
gentoo-2-d5803a690fd5ca1762fb738d85534d7d58383cb3.tar.bz2
gentoo-2-d5803a690fd5ca1762fb738d85534d7d58383cb3.zip
limited DEPEND to Ada-95 compilers (#250064)
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'dev-ada/glade/glade-2006.0.ebuild')
-rw-r--r--dev-ada/glade/glade-2006.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-ada/glade/glade-2006.0.ebuild b/dev-ada/glade/glade-2006.0.ebuild
index 36613a7eec2f..bcc9aba4b7af 100644
--- a/dev-ada/glade/glade-2006.0.ebuild
+++ b/dev-ada/glade/glade-2006.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild,v 1.4 2008/01/27 00:11:43 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/glade/glade-2006.0.ebuild,v 1.5 2009/03/26 10:05:49 george Exp $
inherit gnat
@@ -14,7 +14,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
-DEPEND="virtual/ada"
+DEPEND="=virtual/ada-1995*"
+RDEPEND="${DEPEND}"
# temporary install pool
DN="${WORKDIR}/LocalD"