summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/yass/yass-1.14-r3.ebuild (renamed from sci-biology/yass/yass-1.14-r2.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/yass/yass-1.14-r2.ebuild b/sci-biology/yass/yass-1.14-r3.ebuild
index cdbe54f0bef6..3913c44f4580 100644
--- a/sci-biology/yass/yass-1.14-r2.ebuild
+++ b/sci-biology/yass/yass-1.14-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools
@@ -11,8 +11,8 @@ SRC_URI="http://bioinfo.lifl.fr/yass/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-IUSE="dmalloc lowmem threads"
KEYWORDS="~amd64 ~x86"
+IUSE="dmalloc lowmem threads"
DEPEND="dmalloc? ( dev-libs/dmalloc )"
RDEPEND="${DEPEND}"