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 | 93c69fffc6843a783a61aefe2bf847c0cf951b65 (patch) | |
tree | 22bcbd79bda0338db54c4241ceee6e131d0a689f /dev-ada/aunit/aunit-2.01.ebuild | |
parent | added new version, upstream made it again compatible with new gnat (#250060) (diff) | |
download | gentoo-2-93c69fffc6843a783a61aefe2bf847c0cf951b65.tar.gz gentoo-2-93c69fffc6843a783a61aefe2bf847c0cf951b65.tar.bz2 gentoo-2-93c69fffc6843a783a61aefe2bf847c0cf951b65.zip |
added explicit RDEPEND
(Portage version: 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 |