diff options
author | 2006-06-09 12:47:49 +0000 | |
---|---|---|
committer | 2006-06-09 12:47:49 +0000 | |
commit | ed075b1cb220a27ce42effeebb60ae5fa9a5de3c (patch) | |
tree | 0e0c0accd1683fc9e99d81dbef8e9fb59d878566 /app-admin/mon/mon-0.99.2-r3.ebuild | |
parent | make the license line more accurate (diff) | |
download | gentoo-2-ed075b1cb220a27ce42effeebb60ae5fa9a5de3c.tar.gz gentoo-2-ed075b1cb220a27ce42effeebb60ae5fa9a5de3c.tar.bz2 gentoo-2-ed075b1cb220a27ce42effeebb60ae5fa9a5de3c.zip |
Bug 135900, missing IUSE - thanks jakub :)
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'app-admin/mon/mon-0.99.2-r3.ebuild')
-rw-r--r-- | app-admin/mon/mon-0.99.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/mon/mon-0.99.2-r3.ebuild b/app-admin/mon/mon-0.99.2-r3.ebuild index 55f23fe0aa59..a872c343df74 100644 --- a/app-admin/mon/mon-0.99.2-r3.ebuild +++ b/app-admin/mon/mon-0.99.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.99.2-r3.ebuild,v 1.3 2006/05/15 14:51:23 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.99.2-r3.ebuild,v 1.4 2006/06/09 12:47:49 mcummings Exp $ inherit toolchain-funcs @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" #KEYWORDS="~ppc ~sparc ~x86" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +IUSE="ldap dns mysql telnet" DEPEND=">=dev-perl/Mon-0.9 >=virtual/perl-Time-HiRes-1.20 |