commit: 83207a8f8b0a6126d61c01fc2738be8f9caad805 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 18:43:46 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 18:56:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83207a8f
app-shells/quoter: Bump to EAPI 8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-shells/quoter/quoter-4.2.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app-shells/quoter/quoter-4.2.ebuild b/app-shells/quoter/quoter-4.2.ebuild index c7c32f21e8da..6847bb2b4f6e 100644 --- a/app-shells/quoter/quoter-4.2.ebuild +++ b/app-shells/quoter/quoter-4.2.ebuild @@ -1,12 +1,15 @@ -# Copyright 2016-2022 Gentoo Authors +# Copyright 2016-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + inherit toolchain-funcs DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval" HOMEPAGE="https://github.com/vaeth/quoter/" -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="MIT" SLOT="0"
