diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-09 05:55:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-09 05:55:33 +0000 |
commit | d28215e432f78d43aa6ccd87f780ccec1928f332 (patch) | |
tree | 3e82308a3d67ba8eb609715fd19e8ffb9dbddda9 /sci-mathematics | |
parent | 0.7.27 version bump. (diff) | |
download | gentoo-2-d28215e432f78d43aa6ccd87f780ccec1928f332.tar.gz gentoo-2-d28215e432f78d43aa6ccd87f780ccec1928f332.tar.bz2 gentoo-2-d28215e432f78d43aa6ccd87f780ccec1928f332.zip |
add missing test to IUSE
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/singular-3.1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/singular/singular-3.1.2-r1.ebuild b/sci-mathematics/singular/singular-3.1.2-r1.ebuild index 661c0db683ff..0d4c3aa3a46b 100644 --- a/sci-mathematics/singular/singular-3.1.2-r1.ebuild +++ b/sci-mathematics/singular/singular-3.1.2-r1.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/sci-mathematics/singular/singular-3.1.2-r1.ebuild,v 1.1 2010/11/08 23:33:11 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r1.ebuild,v 1.2 2010/11/09 05:55:33 mr_bones_ Exp $ EAPI="3" WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix @@ -23,7 +23,7 @@ SRC_URI="${SRC_COM}${MY_DIR}/${MY_PN}-${MY_PV}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux" -IUSE="boost doc emacs examples +readline" +IUSE="boost doc emacs examples +readline test" RDEPEND="dev-libs/gmp >=dev-libs/ntl-5.5.1 |