diff options
Diffstat (limited to 'sci-biology/prosite/prosite-20.36.ebuild')
-rw-r--r-- | sci-biology/prosite/prosite-20.36.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-biology/prosite/prosite-20.36.ebuild b/sci-biology/prosite/prosite-20.36.ebuild index 46bcac9507c3..07619b488098 100644 --- a/sci-biology/prosite/prosite-20.36.ebuild +++ b/sci-biology/prosite/prosite-20.36.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-20.36.ebuild,v 1.1 2008/08/27 14:57:17 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-20.36.ebuild,v 1.2 2009/09/01 19:09:44 ribosome Exp $ DESCRIPTION="A protein families and domains database" LICENSE="swiss-prot" @@ -11,9 +11,11 @@ SLOT="0" # Minimal build keeps only the indexed files (if applicable) and the # documentation. The non-indexed database is not installed. IUSE="emboss minimal" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" -DEPEND="emboss? ( >=sci-biology/emboss-3.0.0 )" +DEPEND="emboss? ( sci-biology/emboss )" + +RDEPEND="${DEPEND}" src_compile() { if use emboss; then |