commit:     5abc5fcb04376b3ccd55c1d74d6cc1e89e4c6972
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 14:01:54 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 14:01:54 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5abc5fcb

sci-biology/scythe: EAPI bump

mark this live ebuild as a live ebuild

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

 .../scythe/{scythe-0.992.ebuild => scythe-9999.ebuild}   | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-biology/scythe/scythe-0.992.ebuild 
b/sci-biology/scythe/scythe-9999.ebuild
similarity index 71%
rename from sci-biology/scythe/scythe-0.992.ebuild
rename to sci-biology/scythe/scythe-9999.ebuild
index 1ae6fddf7..d2f051ef1 100644
--- a/sci-biology/scythe/scythe-0.992.ebuild
+++ b/sci-biology/scythe/scythe-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils git-r3
+inherit git-r3
 
 DESCRIPTION="Bayesian 3'-end adapter (only) trimmer for Illumina/Solexa"
 HOMEPAGE="https://github.com/vsbuffalo/scythe";
@@ -11,12 +11,12 @@ EGIT_REPO_URI="https://github.com/vsbuffalo/scythe";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
+KEYWORDS=""
 
-DEPEND=""
-RDEPEND="${DEPEND}
-       sys-libs/zlib"
+RESTRICT="test"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
 
 src_install(){
        dobin scythe

Reply via email to