diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-18 23:15:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-18 23:15:33 +0200 |
commit | 178d628ab66b25fc08078bde0d49fe3e8f9f8fc6 (patch) | |
tree | 61879e526b8fb2bff8cdb674a6fa9428f8959464 /sci-biology/seqan | |
parent | dev-libs/granite: inherit versionator (diff) | |
download | gentoo-178d628ab66b25fc08078bde0d49fe3e8f9f8fc6.tar.gz gentoo-178d628ab66b25fc08078bde0d49fe3e8f9f8fc6.tar.bz2 gentoo-178d628ab66b25fc08078bde0d49fe3e8f9f8fc6.zip |
sci-biology/seqan: inherit versionator
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'sci-biology/seqan')
-rw-r--r-- | sci-biology/seqan/seqan-1.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/seqan/seqan-1.4.2-r1.ebuild b/sci-biology/seqan/seqan-1.4.2-r1.ebuild index 5fd8f1ae8a14..b06c697334c5 100644 --- a/sci-biology/seqan/seqan-1.4.2-r1.ebuild +++ b/sci-biology/seqan/seqan-1.4.2-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/" |