diff options
author | George Shapovalov <george@gentoo.org> | 2009-03-26 10:05:49 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2009-03-26 10:05:49 +0000 |
commit | d5803a690fd5ca1762fb738d85534d7d58383cb3 (patch) | |
tree | a4aafde3f669d18c9384098c57baf29850cfe9b3 /dev-ada/glade/glade-2006.0.ebuild | |
parent | expanded Ada standard checking to be exact for 1995 also (diff) | |
download | gentoo-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.ebuild | 7 |
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" |