commit:     e7bb25a2b5313c82773305f26e48f6ccce8435cf
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 13:54:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 13:54:33 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=e7bb25a2

sci-biology/scan_for_matches: EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/scan_for_matches/scan_for_matches-20121220.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/sci-biology/scan_for_matches/scan_for_matches-20121220.ebuild 
b/sci-biology/scan_for_matches/scan_for_matches-20121220.ebuild
index 6914b8f47..6d7d8cdc0 100644
--- a/sci-biology/scan_for_matches/scan_for_matches-20121220.ebuild
+++ b/sci-biology/scan_for_matches/scan_for_matches-20121220.ebuild
@@ -1,11 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
-
-S="${WORKDIR}"/scan_for_matches
+EAPI=7
 
 DESCRIPTION="Pattern search through DNA sequences (aka patscan)"
 HOMEPAGE="https://blog.theseed.org/servers/2010/07/scan-for-matches.html";
@@ -14,11 +10,12 @@ 
SRC_URI="https://www.theseed.org/servers/downloads/scan_for_matches.tgz -> ${P}.
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}"
 
+S="${WORKDIR}/scan_for_matches"
+
 src_install(){
        dobin scan_for_matches
        dodoc README

Reply via email to