summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-05-29 16:07:20 +0000
committerJustin Lecher <jlec@gentoo.org>2013-05-29 16:07:20 +0000
commitff82e2911a52a4eac766f65c71f7b99b6619866b (patch)
treee3b05a10c564b9d8fa314748903d1313b525bd2b /sci-biology
parentStable for HPPA (bug #471420). (diff)
downloadgentoo-2-ff82e2911a52a4eac766f65c71f7b99b6619866b.tar.gz
gentoo-2-ff82e2911a52a4eac766f65c71f7b99b6619866b.tar.bz2
gentoo-2-ff82e2911a52a4eac766f65c71f7b99b6619866b.zip
sci-biology/seqan: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE, PYTHON_DEPS)
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/seqan/ChangeLog6
-rw-r--r--sci-biology/seqan/seqan-1.3.1-r1.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-biology/seqan/ChangeLog b/sci-biology/seqan/ChangeLog
index 6f74de6667a1..b3758da1e149 100644
--- a/sci-biology/seqan/ChangeLog
+++ b/sci-biology/seqan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/seqan
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.2 2013/03/29 10:13:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.3 2013/05/29 16:07:20 jlec Exp $
+
+ 29 May 2013; Justin Lecher <jlec@gentoo.org> seqan-1.3.1-r1.ebuild:
+ Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE,
+ PYTHON_DEPS)
*seqan-1.3.1-r1 (29 Mar 2013)
diff --git a/sci-biology/seqan/seqan-1.3.1-r1.ebuild b/sci-biology/seqan/seqan-1.3.1-r1.ebuild
index e026ff41c871..956fbc2a4131 100644
--- a/sci-biology/seqan/seqan-1.3.1-r1.ebuild
+++ b/sci-biology/seqan/seqan-1.3.1-r1.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/seqan/seqan-1.3.1-r1.ebuild,v 1.1 2013/03/29 10:13:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.3.1-r1.ebuild,v 1.2 2013/05/29 16:07:20 jlec Exp $
EAPI=5
@@ -17,7 +17,9 @@ LICENSE="BSD GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
S="${WORKDIR}"/${P}/cmake