diff options
author | 2008-01-23 22:04:12 +0000 | |
---|---|---|
committer | 2008-01-23 22:04:12 +0000 | |
commit | 3009778dcbef2fcff224f2ca906fc03f028cf5e9 (patch) | |
tree | df9efa86f8c4aebeaa947e01c2a2719887d58f4b /dev-ada/adadoc | |
parent | stable x86, bug 207221 (diff) | |
download | historical-3009778dcbef2fcff224f2ca906fc03f028cf5e9.tar.gz historical-3009778dcbef2fcff224f2ca906fc03f028cf5e9.tar.bz2 historical-3009778dcbef2fcff224f2ca906fc03f028cf5e9.zip |
adjusted DEPEND (virtual/gnat -> virtual/ada), fixed minor sins (quotes, etc)
Package-Manager: portage-2.1.4
Diffstat (limited to 'dev-ada/adadoc')
-rw-r--r-- | dev-ada/adadoc/adadoc-2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ada/adadoc/adadoc-2.1.ebuild b/dev-ada/adadoc/adadoc-2.1.ebuild index 178cca15d06f..d5ba4e078375 100644 --- a/dev-ada/adadoc/adadoc-2.1.ebuild +++ b/dev-ada/adadoc/adadoc-2.1.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/dev-ada/adadoc/adadoc-2.1.ebuild,v 1.4 2007/07/15 04:21:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/adadoc/adadoc-2.1.ebuild,v 1.5 2008/01/23 22:00:17 george Exp $ inherit eutils gnat @@ -18,7 +18,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="virtual/gnat +DEPEND="virtual/ada >=dev-ada/xmlada-1.0-r2" RDEPEND="" |