commit: 0f1f40bc2d6996798bd79af9fe40afa9311fb33f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jul 2 20:57:15 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Jul 3 22:00:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1f40bc
app-emulation/ganeti-os-simpleimage: remove trailing space in DESCRIPTION Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31720 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../ganeti-os-simpleimage/ganeti-os-simpleimage-0_p20221113.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/ganeti-os-simpleimage/ganeti-os-simpleimage-0_p20221113.ebuild b/app-emulation/ganeti-os-simpleimage/ganeti-os-simpleimage-0_p20221113.ebuild index b0858bcc0e55..ec9d545922ff 100644 --- a/app-emulation/ganeti-os-simpleimage/ganeti-os-simpleimage-0_p20221113.ebuild +++ b/app-emulation/ganeti-os-simpleimage/ganeti-os-simpleimage-0_p20221113.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 COMMIT=07f67364e66b9f686a5b15d0c516310fcc3c7c9b MY_PV=$COMMIT -DESCRIPTION="Ganeti OS provider for simple images " +DESCRIPTION="Ganeti OS provider for simple images" HOMEPAGE="https://github.com/ganeti/instance-simpleimage" SRC_URI="https://github.com/ganeti/instance-simpleimage/archive/${MY_PV}.tar.gz -> ${PN}-${MY_PV}.tar.gz"
