From b4ca79b6180a6ac87ecaab99bd1f7b561f2bda04 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 11 Nov 2024 07:04:51 +0000 Subject: [PATCH] app-eselect/eselect-rust: Sync with Gentoo It's from Gentoo commit 11f39867af8136579612f901a2b61bbbf7ffc7b0. --- .../app-eselect/eselect-rust/eselect-rust-20210703.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/app-eselect/eselect-rust/eselect-rust-20210703.ebuild b/sdk_container/src/third_party/portage-stable/app-eselect/eselect-rust/eselect-rust-20210703.ebuild index efe3733803..13b59bb6c6 100644 --- a/sdk_container/src/third_party/portage-stable/app-eselect/eselect-rust/eselect-rust-20210703.ebuild +++ b/sdk_container/src/third_party/portage-stable/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"