diff options
author | George Shapovalov <george@gentoo.org> | 2009-03-24 14:34:23 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2009-03-24 14:34:23 +0000 |
commit | de4dabbb2f827cbd9a432dac32b328a6780b5634 (patch) | |
tree | b7a2abcc5508405671684ff87fab61d1d9078fb5 /dev-ada/aunit/aunit-2.01.ebuild | |
parent | added new version, upstream made it again compatible with new gnat (#250060) (diff) | |
download | historical-de4dabbb2f827cbd9a432dac32b328a6780b5634.tar.gz historical-de4dabbb2f827cbd9a432dac32b328a6780b5634.tar.bz2 historical-de4dabbb2f827cbd9a432dac32b328a6780b5634.zip |
added explicit RDEPEND
Package-Manager: portage-2.2_rc27/cvs/Linux x86_64
Diffstat (limited to 'dev-ada/aunit/aunit-2.01.ebuild')
-rw-r--r-- | dev-ada/aunit/aunit-2.01.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ada/aunit/aunit-2.01.ebuild b/dev-ada/aunit/aunit-2.01.ebuild index a2d5d5896e69..039e9e364f2a 100644 --- a/dev-ada/aunit/aunit-2.01.ebuild +++ b/dev-ada/aunit/aunit-2.01.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/aunit/aunit-2.01.ebuild,v 1.2 2008/01/24 21:33:32 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-2.01.ebuild,v 1.3 2009/03/24 14:34:23 george Exp $ inherit gnat @@ -15,6 +15,7 @@ KEYWORDS="~x86 ~amd64" SLOT="0" DEPEND="virtual/ada" +RDEPEND="${DEPEND}" lib_compile() { cd aunit |