summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2008-04-15 12:07:18 +0000
committerGeorge Shapovalov <george@gentoo.org>2008-04-15 12:07:18 +0000
commitcfe3ee2f0fedebed8ad48a1eedb7b90ba8130f69 (patch)
tree2db0e9c21752a37eceecc35a1b84610d5765edba /virtual
parentRe-Add the removed ebuild as it is newer and removal broke deps. (diff)
downloadgentoo-2-cfe3ee2f0fedebed8ad48a1eedb7b90ba8130f69.tar.gz
gentoo-2-cfe3ee2f0fedebed8ad48a1eedb7b90ba8130f69.tar.bz2
gentoo-2-cfe3ee2f0fedebed8ad48a1eedb7b90ba8130f69.zip
modified to include added gnat-gcc-4.3
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/ada/ChangeLog7
-rw-r--r--virtual/ada/ada-2005.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/virtual/ada/ChangeLog b/virtual/ada/ChangeLog
index 4592a7fcfb3b..fb9c1ff42599 100644
--- a/virtual/ada/ChangeLog
+++ b/virtual/ada/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/ada
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ada/ChangeLog,v 1.2 2008/01/03 22:00:02 swegener Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/ada/ChangeLog,v 1.3 2008/04/15 12:07:18 george Exp $
+
+ 15 Apr 2008; <portage-cvs@gentoo.org> ada-2005.ebuild:
+ modified to include added gnat-gcc-4.3
*ada-2005 (26 Dec 2007)
*ada-1995 (26 Dec 2007)
diff --git a/virtual/ada/ada-2005.ebuild b/virtual/ada/ada-2005.ebuild
index a847fa10bf69..58231f06f940 100644
--- a/virtual/ada/ada-2005.ebuild
+++ b/virtual/ada/ada-2005.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ada/ada-2005.ebuild,v 1.1 2007/12/26 22:07:35 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ada/ada-2005.ebuild,v 1.2 2008/04/15 12:07:18 george Exp $
DESCRIPTION="Virtual for selecting an appropriate Ada compiler."
HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html"
@@ -11,5 +11,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
# Only one at present, but gnat-gcc-4.3 is coming soon too
-RDEPEND=">=dev-lang/gnat-gpl-4.1"
+RDEPEND="|| (
+ >=dev-lang/gnat-gcc-4.3
+ >=dev-lang/gnat-gpl-4.1 )"
DEPEND=""