commit: ed0b18737655d7578a5e9328363b69c1c1f4a577
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 4 11:00:16 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 4 11:00:16 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed0b1873
sci-misc/irstlm: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-misc/irstlm/irstlm-6.00.05.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-misc/irstlm/irstlm-6.00.05.ebuild
b/sci-misc/irstlm/irstlm-6.00.05.ebuild
index 49fb5a8c4..de884e3c3 100644
--- a/sci-misc/irstlm/irstlm-6.00.05.ebuild
+++ b/sci-misc/irstlm/irstlm-6.00.05.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools
@@ -15,5 +15,5 @@ KEYWORDS="~amd64"
src_prepare() {
eautoreconf
- eapply_user
+ default
}