diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-01 05:29:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-01 05:29:59 +0000 |
commit | d33f9b51d1cb59c3ff25917fd17a378250242859 (patch) | |
tree | abd1c002c793f7586ae247ca624eb0f79ff0da10 /net-p2p | |
parent | version bump (diff) | |
download | gentoo-2-d33f9b51d1cb59c3ff25917fd17a378250242859.tar.gz gentoo-2-d33f9b51d1cb59c3ff25917fd17a378250242859.tar.bz2 gentoo-2-d33f9b51d1cb59c3ff25917fd17a378250242859.zip |
add missing java to IUSE
(Portage version: 2.1.3.16)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild index c2455af4d298..25f64f16adc1 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.1 2007/10/31 19:46:39 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.2 2007/11/01 05:29:59 mr_bones_ Exp $ inherit eutils @@ -23,7 +23,7 @@ RESTRICT="strip" KEYWORDS="~x86" SLOT="0" LICENSE="CPL-1.0 LGPL-2.1" -IUSE="" +IUSE="java" DEPEND="x11-libs/libXxf86vm x11-libs/libXext |