summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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