diff options
Diffstat (limited to 'sci-biology/amos/amos-3.1.0.ebuild')
-rw-r--r-- | sci-biology/amos/amos-3.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/amos/amos-3.1.0.ebuild b/sci-biology/amos/amos-3.1.0.ebuild index e74a314b9370..48f498cf43b0 100644 --- a/sci-biology/amos/amos-3.1.0.ebuild +++ b/sci-biology/amos/amos-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/amos/amos-3.1.0.ebuild,v 1.7 2013/03/02 23:15:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/amos/amos-3.1.0.ebuild,v 1.8 2013/03/19 07:41:20 jlec Exp $ EAPI=4 @@ -13,9 +13,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 x86" -IUSE="qt" +IUSE="qt4" -DEPEND="qt? ( dev-qt/qtcore:4 )" +DEPEND="qt4? ( dev-qt/qtcore:4 )" RDEPEND="${DEPEND} dev-perl/DBI dev-perl/Statistics-Descriptive |