summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-02-15 16:52:34 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-02-15 16:52:34 +0000
commit24183c96752a57dda8bf6c9d76595727b92f617a (patch)
treeb145a77f3c7760f70a4646410197a5d3bcbfe52f /dev-perl/ORLite
parentCorrect building with the right compiler (tc-getBUILD_CC). Fix issue with exe... (diff)
downloadgentoo-2-24183c96752a57dda8bf6c9d76595727b92f617a.tar.gz
gentoo-2-24183c96752a57dda8bf6c9d76595727b92f617a.tar.bz2
gentoo-2-24183c96752a57dda8bf6c9d76595727b92f617a.zip
add missing test to IUSE
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'dev-perl/ORLite')
-rw-r--r--dev-perl/ORLite/ORLite-1.40.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/ORLite/ORLite-1.40.ebuild b/dev-perl/ORLite/ORLite-1.40.ebuild
index 0a704cbb3d4d..f03af5b281ad 100644
--- a/dev-perl/ORLite/ORLite-1.40.ebuild
+++ b/dev-perl/ORLite/ORLite-1.40.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-perl/ORLite/ORLite-1.40.ebuild,v 1.1 2010/02/15 14:13:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ORLite/ORLite-1.40.ebuild,v 1.2 2010/02/15 16:52:34 mr_bones_ Exp $
EAPI=2
@@ -11,7 +11,7 @@ DESCRIPTION="Extremely light weight SQLite-specific ORM"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
COMMON_DEPEND="
>=virtual/perl-File-Path-2.04