diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-06-19 16:55:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-06-19 16:55:37 +0000 |
commit | b64238466881e6ae53833ebddc33659e4042bf93 (patch) | |
tree | 49f161e1233c8b9e84e8ba3eda39354e36e15c28 | |
parent | sparc stable wrt #356495 (diff) | |
download | gentoo-2-b64238466881e6ae53833ebddc33659e4042bf93.tar.gz gentoo-2-b64238466881e6ae53833ebddc33659e4042bf93.tar.bz2 gentoo-2-b64238466881e6ae53833ebddc33659e4042bf93.zip |
add missing test to IUSE
(Portage version: 2.1.9.42/cvs/Linux i686)
-rw-r--r-- | www-apps/bugzilla/bugzilla-4.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-4.0.1.ebuild b/www-apps/bugzilla/bugzilla-4.0.1.ebuild index b89c47d637f5..8ef6dc7f03f8 100644 --- a/www-apps/bugzilla/bugzilla-4.0.1.ebuild +++ b/www-apps/bugzilla/bugzilla-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-4.0.1.ebuild,v 1.1 2011/06/17 10:38:41 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/bugzilla/bugzilla-4.0.1.ebuild,v 1.2 2011/06/19 16:55:37 mr_bones_ Exp $ EAPI="3" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.bugzilla.org" LICENSE="MPL-1.1" KEYWORDS="~amd64 ~x86" -IUSE="modperl extras graphviz mysql postgres" +IUSE="modperl extras graphviz mysql postgres test" DEPEND="test? ( >=dev-lang/perl-5.8.8 )" RDEPEND=" |