diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-13 18:54:18 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-13 18:54:39 +0300 |
commit | 24a606297721d23b50d65b82954b4f8971447b0f (patch) | |
tree | a21b0dd460235251f78cf65e691f31e7feeffd13 /sci-chemistry | |
parent | x11-themes/kvantum: add 1.1.2 (diff) | |
download | gentoo-24a606297721d23b50d65b82954b4f8971447b0f.tar.gz gentoo-24a606297721d23b50d65b82954b4f8971447b0f.tar.bz2 gentoo-24a606297721d23b50d65b82954b4f8971447b0f.zip |
sci-chemistry/elem: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/elem/elem-1.0.3-r3.ebuild (renamed from sci-chemistry/elem/elem-1.0.3-r2.ebuild) | 4 |
1 files 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 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}" |