diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2010-06-20 09:30:42 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2010-06-20 09:30:42 +0000 |
commit | 27d4d9a9bcef430340a73d2885b48edb5a0602c0 (patch) | |
tree | 9a0c8584bb4d6615d0887e54046bf1cf32a2713b /dev-java/jnr-posix | |
parent | old (diff) | |
download | gentoo-2-27d4d9a9bcef430340a73d2885b48edb5a0602c0.tar.gz gentoo-2-27d4d9a9bcef430340a73d2885b48edb5a0602c0.tar.bz2 gentoo-2-27d4d9a9bcef430340a73d2885b48edb5a0602c0.zip |
Add min version to jffi dep.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jnr-posix')
-rw-r--r-- | dev-java/jnr-posix/jnr-posix-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild b/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild index dd61a9790661..e4aa30df61da 100644 --- a/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild +++ b/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild,v 1.2 2010/06/06 21:57:45 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-posix/jnr-posix-1.1.4.ebuild,v 1.3 2010/06/20 09:30:42 ali_bush Exp $ EAPI="2" JAVA_PKG_IUSE="source test" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" -CDEPEND="dev-java/jaffl:0 +CDEPEND=">=dev-java/jaffl-0.5.1:0 >=dev-java/constantine-0.7:0" RDEPEND=">=virtual/jre-1.5 |