commit: ac6e164d4c63421fbb23c44141ba940d686b7b4e Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 4 20:32:02 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jul 4 20:32:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6e164d
app-arch/tarsync: EAPI=8 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-arch/tarsync/{tarsync-0.2.3.ebuild => tarsync-0.2.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/tarsync/tarsync-0.2.3.ebuild b/app-arch/tarsync/tarsync-0.2.3-r1.ebuild similarity index 90% rename from app-arch/tarsync/tarsync-0.2.3.ebuild rename to app-arch/tarsync/tarsync-0.2.3-r1.ebuild index 1ec1035893f1..88453712c53e 100644 --- a/app-arch/tarsync/tarsync-0.2.3.ebuild +++ b/app-arch/tarsync/tarsync-0.2.3-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -13,5 +13,5 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux" -DEPEND=">=dev-util/diffball-0.7:=" +DEPEND=">=dev-util/diffball-0.7" RDEPEND="${DEPEND}"