diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-10 18:00:28 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-13 17:38:01 +0300 |
commit | ca3145ff2e6e42e16f0f5bfe7507b2835a2c9c4a (patch) | |
tree | 43eee6df05bc52a82b93e0be901518cd6b12f584 /app-arch/mt-st | |
parent | www-apps/lidarr-bin: drop 2.3.2.4183 (diff) | |
download | gentoo-ca3145ff2e6e42e16f0f5bfe7507b2835a2c9c4a.tar.gz gentoo-ca3145ff2e6e42e16f0f5bfe7507b2835a2c9c4a.tar.bz2 gentoo-ca3145ff2e6e42e16f0f5bfe7507b2835a2c9c4a.zip |
app-arch/mt-st: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r-- | app-arch/mt-st/mt-st-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/mt-st/mt-st-9999.ebuild b/app-arch/mt-st/mt-st-9999.ebuild index 4588f304d124..d4c4a8443f3d 100644 --- a/app-arch/mt-st/mt-st-9999.ebuild +++ b/app-arch/mt-st/mt-st-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit git-r3 toolchain-funcs -DESCRIPTION="control magnetic tape drive operation" +DESCRIPTION="Control magnetic tape drive operation" HOMEPAGE="https://github.com/iustin/mt-st" EGIT_REPO_URI="https://github.com/iustin/mt-st" |