commit: 1268ad2eecb14cf7c054cd230f2290714f704bdf
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 09:35:32 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 09:35:47 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1268ad2e
sci-biology/smalt: EAPI bump, unmask
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
profiles/package.mask | 1 -
sci-biology/smalt/smalt-0.7.6.ebuild | 5 ++---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 75f194351..f2735576e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -101,4 +101,3 @@ sci-biology/RSeQC
sci-biology/scaffold_builder
sci-biology/sgp2
sci-biology/skewer-bin
-sci-biology/smalt
diff --git a/sci-biology/smalt/smalt-0.7.6.ebuild
b/sci-biology/smalt/smalt-0.7.6.ebuild
index b385c32ef..f140481bf 100644
--- a/sci-biology/smalt/smalt-0.7.6.ebuild
+++ b/sci-biology/smalt/smalt-0.7.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
MY_PN="${PN%-bin}"
MY_P="${MY_PN}-${PV}"
@@ -13,7 +13,6 @@
SRC_URI="https://sourceforge.net/projects/${PN}/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"