diff options
author | David Holm <dholm@gentoo.org> | 2003-10-28 20:03:30 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2003-10-28 20:03:30 +0000 |
commit | 201ea6d550eb868742e0525be07a30d9df2300b1 (patch) | |
tree | aa4af58b5da9521031c0bcb5f6309885858bff9c /dev-ada/florist | |
parent | touchups (diff) | |
download | historical-201ea6d550eb868742e0525be07a30d9df2300b1.tar.gz historical-201ea6d550eb868742e0525be07a30d9df2300b1.tar.bz2 historical-201ea6d550eb868742e0525be07a30d9df2300b1.zip |
Fixed DEPEND error
Diffstat (limited to 'dev-ada/florist')
-rw-r--r-- | dev-ada/florist/Manifest | 2 | ||||
-rw-r--r-- | dev-ada/florist/florist-3.15p.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ada/florist/Manifest b/dev-ada/florist/Manifest index 9dddd445114d..fa70405527f1 100644 --- a/dev-ada/florist/Manifest +++ b/dev-ada/florist/Manifest @@ -1,4 +1,4 @@ MD5 b5214ecbc2fa8fa3d730a9ab6f73d094 ChangeLog 936 -MD5 67e07f76da62a27c804631285f5834a6 florist-3.15p.ebuild 1837 +MD5 87b35967f3e7c1751f844b218f74684c florist-3.15p.ebuild 1837 MD5 c89c1e4c2710f55d591d7ac9b73cb8a8 metadata.xml 589 MD5 67ebef620f7ec165399f27a7ce523f74 files/digest-florist-3.15p 66 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" |