diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-12-16 03:16:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-12-16 03:16:02 +0000 |
commit | 9510a23772de15361780f3c9f1a2ba01aa1b2b74 (patch) | |
tree | 2db841a0ad043b9dabc1c14edaf5d700f0976088 | |
parent | Fix imap4 protocol regression, bug 382411. Yeah! Thanks to Luke-Jr! (diff) | |
download | gentoo-2-9510a23772de15361780f3c9f1a2ba01aa1b2b74.tar.gz gentoo-2-9510a23772de15361780f3c9f1a2ba01aa1b2b74.tar.bz2 gentoo-2-9510a23772de15361780f3c9f1a2ba01aa1b2b74.zip |
add missing test to IUSE
(Portage version: 2.1.10.11/cvs/Linux i686)
-rw-r--r-- | sci-libs/cbflib/cbflib-0.9.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cbflib/cbflib-0.9.2.2.ebuild b/sci-libs/cbflib/cbflib-0.9.2.2.ebuild index c1b16d8a3fa0..4ac93f7721c5 100644 --- a/sci-libs/cbflib/cbflib-0.9.2.2.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.2.2.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/sci-libs/cbflib/cbflib-0.9.2.2.ebuild,v 1.1 2011/12/14 08:29:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.2.2.ebuild,v 1.2 2011/12/16 03:16:02 mr_bones_ Exp $ EAPI=4 @@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P1}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="doc" +IUSE="doc test" DEPEND="virtual/fortran " RDEPEND="${DEPEND}" |