summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-19 00:26:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-05-19 00:32:54 +0200
commitfa6632773009f7c76041c9db3aa608d7f0bdcb4a (patch)
treedc61b6a87a4dae454f82573e10808866136899b4 /sci-biology
parentx11-themes/qtcurve: Drop obsolete gcc-version check (diff)
downloadgentoo-fa6632773009f7c76041c9db3aa608d7f0bdcb4a.tar.gz
gentoo-fa6632773009f7c76041c9db3aa608d7f0bdcb4a.tar.bz2
gentoo-fa6632773009f7c76041c9db3aa608d7f0bdcb4a.zip
sci-biology/seqan: inherit versionator
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/seqan/seqan-2.2.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/seqan/seqan-2.2.0-r1.ebuild b/sci-biology/seqan/seqan-2.2.0-r1.ebuild
index 2452ff0baea6..b559386860d2 100644
--- a/sci-biology/seqan/seqan-2.2.0-r1.ebuild
+++ b/sci-biology/seqan/seqan-2.2.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
-inherit cmake-utils python-any-r1
+inherit cmake-utils python-any-r1 versionator
DESCRIPTION="C++ Sequence Analysis Library"
HOMEPAGE="http://www.seqan.de/"