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.03.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.03.ebuild')
-rw-r--r-- | dev-ada/aunit/aunit-2.03.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ada/aunit/aunit-2.03.ebuild b/dev-ada/aunit/aunit-2.03.ebuild index b25cdaf162d5..f4d4f55fa67d 100644 --- a/dev-ada/aunit/aunit-2.03.ebuild +++ b/dev-ada/aunit/aunit-2.03.ebuild @@ -1,6 +1,6 @@ # 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.03.ebuild,v 1.1 2009/03/24 14:30:58 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-2.03.ebuild,v 1.2 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 |