diff --git a/app-shells/push/push-3.4.ebuild b/app-shells/push/push-3.4.ebuild index 060277ffefba9..5299f7810810f 100644 --- a/app-shells/push/push-3.4.ebuild +++ b/app-shells/push/push-3.4.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz +" LICENSE="BSD" SLOT="0"