diff options
author | 2003-10-28 20:03:30 +0000 | |
---|---|---|
committer | 2003-10-28 20:03:30 +0000 | |
commit | b3b738d1550adfb93c412b09bf3a0f4bd40b90fe (patch) | |
tree | fa50328cebc51fdf208c33ba36fd236a1fa356b2 /dev-ada/florist/florist-3.15p.ebuild | |
parent | touchups (diff) | |
download | gentoo-2-b3b738d1550adfb93c412b09bf3a0f4bd40b90fe.tar.gz gentoo-2-b3b738d1550adfb93c412b09bf3a0f4bd40b90fe.tar.bz2 gentoo-2-b3b738d1550adfb93c412b09bf3a0f4bd40b90fe.zip |
Fixed DEPEND error
Diffstat (limited to 'dev-ada/florist/florist-3.15p.ebuild')
-rw-r--r-- | dev-ada/florist/florist-3.15p.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/florist/florist-3.15p.ebuild b/dev-ada/florist/florist-3.15p.ebuild index 733c228cc7f8..bc7bcb2ac619 100644 --- a/dev-ada/florist/florist-3.15p.ebuild +++ b/dev-ada/florist/florist-3.15p.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/florist/florist-3.15p.ebuild,v 1.4 2003/10/28 13:53:50 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/florist/florist-3.15p.ebuild,v 1.5 2003/10/28 20:02:39 dholm Exp $ inherit gnat @@ -8,7 +8,7 @@ DESCRIPTION="POSIX Ada Bindings" HOMEPAGE="http://www.cs.fsu.edu/~baker/florist.html" SRC_URI="ftp://cs.nyu.edu/pub/gnat/3.15p/florist-3.15p-src.tgz" -DEPEND="<dev-lang/gnat-5.*" +DEPEND="<dev-lang/gnat-5.0" RDEPEND="" LICENSE="GMGPL" SLOT="0" |