commit: 24a606297721d23b50d65b82954b4f8971447b0f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 15:54:18 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 15:54:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a60629
sci-chemistry/elem: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-chemistry/elem/{elem-1.0.3-r2.ebuild => elem-1.0.3-r3.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/elem/elem-1.0.3-r2.ebuild
b/sci-chemistry/elem/elem-1.0.3-r3.ebuild
similarity index 99%
rename from sci-chemistry/elem/elem-1.0.3-r2.ebuild
rename to sci-chemistry/elem/elem-1.0.3-r3.ebuild
index 9c2ed9b8543b..f49bffea4826 100644
--- a/sci-chemistry/elem/elem-1.0.3-r2.ebuild
+++ b/sci-chemistry/elem/elem-1.0.3-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -10,8 +10,8 @@ HOMEPAGE="http://elem.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/elem/${PN}-src-${PV}-Linux.tgz"
LICENSE="GPL-2"
-KEYWORDS="amd64 sparc ~x86"
SLOT="0"
+KEYWORDS="amd64 sparc ~x86"
DEPEND="x11-libs/xforms"
RDEPEND="${DEPEND}"