commit: 4d2b116259b3bb5d279f2f9d28252dcbf518cf42 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 18:43:31 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 18:56:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2b1162
app-shells/push: Bump to EAPI 8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-shells/push/push-3.4.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-shells/push/push-3.4.ebuild b/app-shells/push/push-3.4.ebuild index 060277ffefba..5299f7810810 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"
