summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 18:20:42 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 18:20:42 +0000
commit4fb9099a8d5c5891f542f064e0e187508caba735 (patch)
treedd057b5231387d4091b0e34460f41d7dc2630d12 /sci-biology/seqan
parentDrop old Python implementations (diff)
downloadgentoo-2-4fb9099a8d5c5891f542f064e0e187508caba735.tar.gz
gentoo-2-4fb9099a8d5c5891f542f064e0e187508caba735.tar.bz2
gentoo-2-4fb9099a8d5c5891f542f064e0e187508caba735.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-biology/seqan')
-rw-r--r--sci-biology/seqan/ChangeLog5
-rw-r--r--sci-biology/seqan/seqan-1.3.1-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-biology/seqan/ChangeLog b/sci-biology/seqan/ChangeLog
index e4ed58118433..1dc27fe8703d 100644
--- a/sci-biology/seqan/ChangeLog
+++ b/sci-biology/seqan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/seqan
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.10 2015/04/07 14:35:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/ChangeLog,v 1.11 2015/04/08 18:20:42 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> seqan-1.3.1-r1.ebuild:
+ Drop old Python implementations
*seqan-2.0.0 (24 Feb 2015)
diff --git a/sci-biology/seqan/seqan-1.3.1-r1.ebuild b/sci-biology/seqan/seqan-1.3.1-r1.ebuild
index 952c5e5e7761..c82ab8214708 100644
--- a/sci-biology/seqan/seqan-1.3.1-r1.ebuild
+++ b/sci-biology/seqan/seqan-1.3.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.3 2013/07/17 07:09:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.3.1-r1.ebuild,v 1.4 2015/04/08 18:20:42 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit cmake-utils flag-o-matic python-single-r1