diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-24 00:08:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-24 00:08:39 +0300 |
commit | 11f39867af8136579612f901a2b61bbbf7ffc7b0 (patch) | |
tree | e45eaf45b0b58c279a3d71e014e52e3bdbf457d4 /app-eselect | |
parent | dev-perl/MIME-Base32: Keyword 1.303.0-r1 mips, #941648 (diff) | |
download | gentoo-11f39867af8136579612f901a2b61bbbf7ffc7b0.tar.gz gentoo-11f39867af8136579612f901a2b61bbbf7ffc7b0.tar.bz2 gentoo-11f39867af8136579612f901a2b61bbbf7ffc7b0.zip |
app-eselect/eselect-rust: EAPI=8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-rust/eselect-rust-20210703.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-eselect/eselect-rust/eselect-rust-20210703.ebuild b/app-eselect/eselect-rust/eselect-rust-20210703.ebuild index efe373380339..13b59bb6c644 100644 --- a/app-eselect/eselect-rust/eselect-rust-20210703.ebuild +++ b/app-eselect/eselect-rust/eselect-rust-20210703.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 inherit autotools if [[ ${PV} == "99999999" ]] ; then @@ -17,7 +17,6 @@ HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-rust.git" LICENSE="GPL-2" SLOT="0" -IUSE="" RDEPEND=">=app-admin/eselect-1.2.3" |